Update WorldServer.java

This commit is contained in:
FatSaw
2023-02-18 05:42:57 +02:00
parent d8ea0f157a
commit 0098d0c20d

View File

@@ -337,7 +337,7 @@ public class WorldServer extends World implements IAsyncTaskHandler {
this.methodProfiler.c("village"); this.methodProfiler.c("village");
timings.doVillages.startTiming(); // Spigot timings.doVillages.startTiming(); // Spigot
this.villages.tick(); this.villages.tick();
this.siegeManager.a(); if (paperConfig.villageSiegesEnabled) { this.siegeManager.a(); } // Paper - Allow disabling village sieges
timings.doVillages.stopTiming(); // Spigot timings.doVillages.stopTiming(); // Spigot
this.methodProfiler.c("portalForcer"); this.methodProfiler.c("portalForcer");
timings.doPortalForcer.startTiming(); // Spigot timings.doPortalForcer.startTiming(); // Spigot