Merge branch 'master' into master+fieldmove

This commit is contained in:
Adam
2015-08-22 12:19:22 -04:00

View File

@@ -96,7 +96,7 @@ public class RenameUnique implements Deobfuscator
{ {
Instructions instructions = method.getCode().getInstructions(); Instructions instructions = method.getCode().getInstructions();
net.runelite.deob.pool.Field newField = new net.runelite.deob.pool.Field( net.runelite.deob.pool.Field newField = new net.runelite.deob.pool.Field(
new net.runelite.deob.pool.Class(c.getName()), new net.runelite.deob.pool.Class(field.getFields().getClassFile().getName()),
new NameAndType(name, field.getType()) new NameAndType(name, field.getType())
); );
instructions.renameField(field, newField); instructions.renameField(field, newField);