mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
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