cache: fix labels (earlier script dump was fine)

This commit is contained in:
Adam
2017-03-03 13:33:36 -05:00
parent cc0b5e1aa7
commit 968494850d

View File

@@ -157,7 +157,7 @@ public class ScriptDumperTest
{ {
if (opcode == Opcodes.JUMP) if (opcode == Opcodes.JUMP)
{ {
writer.write(" LABEL" + (i + iop)); writer.write(" LABEL" + (i + iop + 1));
} }
else else
{ {