mirror of https://github.com/cabaletta/baritone
shutdown solverExecutor
This commit is contained in:
parent
f4996137a3
commit
ba78c48a75
|
@ -439,6 +439,7 @@ public final class LegacyElytraBehavior implements Helper {
|
|||
if (this.solver != null) {
|
||||
this.solver.cancel(true);
|
||||
}
|
||||
this.solverExecutor.shutdown();
|
||||
this.context.destroy();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue