diff --git a/src/main/java/baritone/pathing/path/PathExecutor.java b/src/main/java/baritone/pathing/path/PathExecutor.java index 4acecbdcb..61251882c 100644 --- a/src/main/java/baritone/pathing/path/PathExecutor.java +++ b/src/main/java/baritone/pathing/path/PathExecutor.java @@ -276,7 +276,7 @@ public class PathExecutor implements IPathExecutor, Helper { return true; } } - return false; // movement is in progress + return canCancel; // movement is in progress, but if it reports cancellable, PathingBehavior is good to cut onto the next path } private Tuple closestPathPos(IPath path) {