Chunk Compression on seperate thread. Thanks to Zeerix.
This commit is contained in:
@@ -96,6 +96,8 @@ public final class CraftServer implements Server {
|
||||
loadConfig();
|
||||
loadPlugins();
|
||||
enablePlugins(PluginLoadOrder.STARTUP);
|
||||
|
||||
ChunkCompressionThread.startThread();
|
||||
}
|
||||
|
||||
private void loadConfig() {
|
||||
|
||||
Reference in New Issue
Block a user