mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 21:10:53 +00:00
script halt config, lib part commit
This commit is contained in:
@@ -382,6 +382,7 @@ public class ScriptPack extends AS3ClassTreeItem {
|
||||
}
|
||||
|
||||
if (instrOffset == -1) {
|
||||
lonelyBody.add(bodyIndex);
|
||||
break blk;
|
||||
}
|
||||
try {
|
||||
@@ -390,6 +391,7 @@ public class ScriptPack extends AS3ClassTreeItem {
|
||||
//ignore
|
||||
}
|
||||
if (pos == -1) {
|
||||
lonelyBody.add(bodyIndex);
|
||||
break blk;
|
||||
}
|
||||
if (!bodyToPosToLine.containsKey(bodyIndex)) {
|
||||
|
||||
Reference in New Issue
Block a user