Merge branch 'master' into master+fieldmove
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user