unneeded
This commit is contained in:
parent
7632d667c9
commit
50d4b5b4ed
@ -85,9 +85,6 @@ public final class AStarPathFinder extends AbstractNodeCostSearch implements Hel
|
||||
if (now - failureTimeoutTime >= 0 || (!failing && now - primaryTimeoutTime >= 0)) {
|
||||
break;
|
||||
}
|
||||
if (failing == bestPathSoFar().isPresent()) {
|
||||
throw new IllegalStateException();
|
||||
}
|
||||
if (slowPath) {
|
||||
try {
|
||||
Thread.sleep(Baritone.settings().slowPathTimeDelayMS.<Long>get());
|
||||
|
Loading…
Reference in New Issue
Block a user