mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 10:24:38 +00:00
Fixed goto/for detection
This commit is contained in:
@@ -778,7 +778,7 @@ public class Graph {
|
||||
closedBranches.add(decision);*/
|
||||
//}
|
||||
}
|
||||
} else {
|
||||
} else if (!comparedPaths.isEmpty()) {
|
||||
branches = comparedPaths.get(0);
|
||||
}
|
||||
closedBranches.addAll(partsToClose);
|
||||
|
||||
Reference in New Issue
Block a user