mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 13:04:59 +00:00
Fixed AS1/2 actioncontainers (like try) inside ifs
This commit is contained in:
@@ -2092,8 +2092,7 @@ public class Graph {
|
||||
output.addAll(ex.getOutput());
|
||||
for (GraphPart p : allParts) {
|
||||
if (p.containsIP(ex.getIp())) {
|
||||
if (ipStart == p.start) {
|
||||
//can this happen? TODO: find some example in the wild
|
||||
if (ex.getIp() == p.start) {
|
||||
currentRet.addAll(output);
|
||||
//to check for stopparts,etc. we need to call printGraph again
|
||||
part = p;
|
||||
|
||||
Reference in New Issue
Block a user