I'm an IDIOT

This commit is contained in:
Brady
2018-10-08 21:09:54 -05:00
parent 8278576227
commit 6a4a8ab2d9

View File

@@ -202,7 +202,7 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
} }
@Override @Override
public Optional<IPathFinder> getCurrentPathSearch() { public Optional<IPathFinder> getPathFinder() {
return Optional.ofNullable(AbstractNodeCostSearch.currentlyRunning()); return Optional.ofNullable(AbstractNodeCostSearch.currentlyRunning());
} }