try in if fix

This commit is contained in:
Jindra Petřík
2021-02-07 22:28:50 +01:00
parent ebc8e86323
commit 16c2ec01ea
12 changed files with 108 additions and 5 deletions

View File

@@ -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) {