Fix network compression pool not shutting down
This commit is contained in:
@@ -159,6 +159,7 @@ public class ThreadPoolUtil
|
||||
fileHandlerThreadPool.shutdownExecutorService();
|
||||
updatePropagatorThreadPool.shutdownExecutorService();
|
||||
worldGenThreadPool.shutdownExecutorService();
|
||||
networkCompressionThreadPool.shutdownExecutorService();
|
||||
bufferUploaderThreadPool.shutdown();
|
||||
cleanupThreadPool.shutdown();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user