shutdown solverExecutor

This commit is contained in:
Babbaj
2023-07-18 00:07:26 -04:00
parent f4996137a3
commit ba78c48a75

View File

@@ -439,6 +439,7 @@ public final class LegacyElytraBehavior implements Helper {
if (this.solver != null) {
this.solver.cancel(true);
}
this.solverExecutor.shutdown();
this.context.destroy();
}