mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 16:45:16 +00:00
try in if fix
This commit is contained in:
@@ -238,15 +238,14 @@ public class Graph {
|
||||
|
||||
GraphPartQueue newParts = new GraphPartQueue();
|
||||
List<GraphPart> nextParts = new ArrayList<>(getNextParts(localData, part));
|
||||
/*
|
||||
!!THROW
|
||||
|
||||
for (ThrowState ts : throwStates) {
|
||||
if (ts.state != 1) {
|
||||
if (ts.throwingParts.contains(part)) {
|
||||
newParts.add(ts.targetPart);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
loopnext:
|
||||
for (GraphPart nextRaw : nextParts) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user