that isn't necessary

This commit is contained in:
Babbaj
2023-07-17 23:02:35 -04:00
parent ff1b3e7c5f
commit ccd80dfc8f

View File

@@ -39,7 +39,6 @@ public class ForceCancelCommand extends Command {
IPathingBehavior pathingBehavior = baritone.getPathingBehavior();
pathingBehavior.cancelEverything();
pathingBehavior.forceCancel();
baritone.getElytraProcess().onLostControl(); // is this necessary?
logDirect("ok force canceled");
}