From 01c0e321b598f48dc3a90bc5130057d37abab55b Mon Sep 17 00:00:00 2001 From: Leijurv Date: Wed, 31 Jul 2019 20:58:45 -0700 Subject: [PATCH] what was i THINKING --- src/main/java/baritone/behavior/PathingBehavior.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/baritone/behavior/PathingBehavior.java b/src/main/java/baritone/behavior/PathingBehavior.java index a5ffc5987..e061f757a 100644 --- a/src/main/java/baritone/behavior/PathingBehavior.java +++ b/src/main/java/baritone/behavior/PathingBehavior.java @@ -135,7 +135,6 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior, ) { // when it was *just* started, currentBest will be empty so we need to also check calcFrom since that's always present inProgress.cancel(); // cancellation doesn't dispatch any events - inProgress = null; // this is safe since we hold both locks } } }