Chunk Compression on seperate thread. Thanks to Zeerix.

This commit is contained in:
Rigby
2011-07-26 17:03:52 +01:00
committed by EvilSeph
parent 85805e53a3
commit 6ae23e3f03
5 changed files with 149 additions and 3 deletions

View File

@@ -96,6 +96,8 @@ public final class CraftServer implements Server {
loadConfig();
loadPlugins();
enablePlugins(PluginLoadOrder.STARTUP);
ChunkCompressionThread.startThread();
}
private void loadConfig() {