mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 02:50:43 +00:00
AS2 disassembler fixed (jump to the middle of the instuction)
This commit is contained in:
@@ -2240,7 +2240,7 @@ public class Graph {
|
||||
level--;
|
||||
}
|
||||
ret.append(tabString(level));
|
||||
ret.append(parts[p]);
|
||||
ret.append(parts[p].trim());
|
||||
ret.append("\r\n");
|
||||
if (strippedP.equals("{")) {
|
||||
level++;
|
||||
|
||||
Reference in New Issue
Block a user