shutdown solverExecutor

This commit is contained in:
Babbaj 2023-07-18 00:07:26 -04:00
parent f4996137a3
commit ba78c48a75
No known key found for this signature in database
GPG Key ID: F044309848A07CAC
1 changed files with 1 additions and 0 deletions

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();
}