This commit is contained in:
Leijurv 2019-07-31 21:45:57 -07:00
parent 01c0e321b5
commit 8bcbd0231e
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -360,12 +360,6 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
}
}
/*public void secretCursedFunctionDoNotCall(IPath path) {
synchronized (pathPlanLock) {
current = new PathExecutor(this, path);
}
}*/
public CalculationContext secretInternalGetCalculationContext() {
return context;
}