Don't print spawn load time when not loading spawn (#5467)

This commit is contained in:
sulu5890
2021-04-22 11:54:11 -05:00
parent 08d5c44532
commit 23b028a34f
2 changed files with 10 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
@@ -0,0 +0,0 @@ public abstract class MinecraftServer extends IAsyncTaskHandlerReentrant<TickTas
this.executeModerately();
// CraftBukkit end
worldloadlistener.b();
if (worldserver.getWorld().getKeepSpawnInMemory()) worldloadlistener.b(); // Paper
- chunkproviderserver.getLightEngine().a(5);
+ chunkproviderserver.getLightEngine().a(worldserver.paperConfig.lightQueueSize); // Paper - increase light queue size
// CraftBukkit start