I'm an IDIOT

This commit is contained in:
Brady 2018-10-08 21:09:54 -05:00
parent 8278576227
commit 6a4a8ab2d9
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

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