diff --git a/client/changelog.md b/client/changelog.md index 0be8cbb7..9c283f2f 100644 --- a/client/changelog.md +++ b/client/changelog.md @@ -1,2 +1 @@ -- minor bug fixes -- relocate ustats to fix crash on fabric +- Fixed crash when entering singeplayer twice diff --git a/common/src/main/java/su/plo/voice/BaseVoice.java b/common/src/main/java/su/plo/voice/BaseVoice.java index 719f6a4d..9e33aab4 100644 --- a/common/src/main/java/su/plo/voice/BaseVoice.java +++ b/common/src/main/java/su/plo/voice/BaseVoice.java @@ -57,12 +57,6 @@ protected void onInitialize() { protected void onShutdown() { backgroundExecutor.shutdown(); addons.clear(); - try { - Dispatchers.INSTANCE.shutdown(); - } catch (Exception e) { - DEBUG_LOGGER.log("Failed to shutdown coroutine dispatchers", e); - // shutdown quietly - } } @Override diff --git a/proxy/changelog.md b/proxy/changelog.md index a4645008..e69de29b 100644 --- a/proxy/changelog.md +++ b/proxy/changelog.md @@ -1 +0,0 @@ -- minor bug fixes diff --git a/server/changelog.md b/server/changelog.md index 0be8cbb7..e69de29b 100644 --- a/server/changelog.md +++ b/server/changelog.md @@ -1,2 +0,0 @@ -- minor bug fixes -- relocate ustats to fix crash on fabric