Remove Moonrise utils to MCUtils, remove duplicated/unused utils
This commit is contained in:
@@ -799,7 +799,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
MinecraftServer.LOGGER.debug("Autosave finished");
|
||||
- SpigotTimings.worldSaveTimer.stopTiming(); // Spigot
|
||||
}
|
||||
io.papermc.paper.util.CachedLists.reset(); // Paper
|
||||
+ // Paper start - move executeAll() into full server tick timing
|
||||
+ try (co.aikar.timings.Timing ignored = MinecraftTimings.processTasksTimer.startTiming()) {
|
||||
+ this.runAllTasks();
|
||||
|
||||
Reference in New Issue
Block a user