mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 12:00:53 +00:00
try in if fix
This commit is contained in:
@@ -1067,7 +1067,7 @@ public class AVM2Graph extends Graph {
|
||||
}
|
||||
}
|
||||
|
||||
if (afterPart == null && localData.pushDefaultPart.containsKey(finallyIndex)) {
|
||||
if (localData.pushDefaultPart.containsKey(finallyIndex)) {
|
||||
exAfterPart = localData.pushDefaultPart.get(finallyIndex);
|
||||
tryStopPart.add(exAfterPart);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user