mirror of https://github.com/cabaletta/baritone
whatever
This commit is contained in:
parent
134bfb2a16
commit
9630224e78
|
@ -263,8 +263,8 @@ public class ElytraProcess extends BaritoneProcessHelper implements IBaritonePro
|
||||||
private void destroyBehaviorAsync() {
|
private void destroyBehaviorAsync() {
|
||||||
ElytraBehavior behavior = this.behavior;
|
ElytraBehavior behavior = this.behavior;
|
||||||
if (behavior != null) {
|
if (behavior != null) {
|
||||||
Baritone.getExecutor().execute(behavior::destroy);
|
|
||||||
this.behavior = null;
|
this.behavior = null;
|
||||||
|
Baritone.getExecutor().execute(behavior::destroy);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue