mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:10:57 +00:00
#661 Scripts not showing fixed
This commit is contained in:
@@ -830,7 +830,7 @@ public class AVM2Code implements Serializable {
|
||||
code.add(new AVM2Instruction(startOffset, instr, actualOperands, ais.stopBuffer()));
|
||||
ais.endDumpLevel(instr.instructionCode);
|
||||
} else {
|
||||
ais.endDumpLevel(instr.instructionCode);
|
||||
ais.endDumpLevel();
|
||||
break; // Unknown instructions are ignored (Some of the obfuscators add unknown instructions)
|
||||
//throw new UnknownInstructionCode(instructionCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user