mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-03 12:14:24 +00:00
highlight method removed, indent-unindents
This commit is contained in:
@@ -712,7 +712,7 @@ public class AVM2Code implements Serializable {
|
||||
for (AVM2Instruction instruction : code) {
|
||||
writer.appendNoHilight(Helper.formatAddress(i));
|
||||
writer.appendNoHilight(" ");
|
||||
instruction.toString(writer, localData).appendNewLine();
|
||||
instruction.toString(writer, localData).newLine();
|
||||
i++;
|
||||
}
|
||||
return writer;
|
||||
|
||||
Reference in New Issue
Block a user