mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 19:54:37 +00:00
AS1/2 ActionTry fix
AS1/2 Infinity
This commit is contained in:
@@ -59,7 +59,7 @@ public class GraphPart {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean leadsTo(GraphSource code, GraphPart part, List<GraphPart> ignored) {
|
||||
public boolean leadsTo(GraphSource code, GraphPart part, List<GraphPart> ignored) {
|
||||
return leadsTo(code, part, new ArrayList<GraphPart>(), ignored);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user