damn you javadocs

This commit is contained in:
Leijurv 2019-01-29 15:34:31 -08:00
parent 9faa0ddc62
commit 9b42aa3634
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -147,7 +147,7 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
synchronized (pathCalcLock) { synchronized (pathCalcLock) {
if (inProgress != null) { if (inProgress != null) {
// we are calculating // we are calculating
// are we calculating the right thing though? 🤔 // are we calculating the right thing though?
BetterBlockPos calcFrom = inProgress.getStart(); BetterBlockPos calcFrom = inProgress.getStart();
// if current just succeeded, we should be standing in calcFrom, so that's cool and good // if current just succeeded, we should be standing in calcFrom, so that's cool and good
// but if current just failed, we should discard this calculation since it doesn't start from where we're standing // but if current just failed, we should discard this calculation since it doesn't start from where we're standing