When PathingBehavior is disabled, clear all of the key override states
This commit is contained in:
parent
89ad673ae3
commit
c3a21b928e
@ -428,4 +428,9 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
|
||||
// System.out.println("Frame took " + (split - start) + " " + (end - split));
|
||||
//}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDisable() {
|
||||
Baritone.INSTANCE.getInputOverrideHandler().clearAllKeys();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user