mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Apply watchdoge patches
This commit is contained in:
@@ -772,10 +772,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
} finally {
|
||||
this.waitingForNextTick = false;
|
||||
@@ -0,0 +0,0 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
|
||||
}
|
||||
|
||||
public void tickServer(BooleanSupplier shouldKeepTicking) {
|
||||
- org.spigotmc.WatchdogThread.tick(); // Spigot
|
||||
org.spigotmc.WatchdogThread.tick(); // Spigot
|
||||
+ co.aikar.timings.TimingsManager.FULL_SERVER_TICK.startTiming(); // Paper
|
||||
long i = Util.getNanos();
|
||||
int j = this.pauseWhileEmptySeconds() * 20;
|
||||
|
Reference in New Issue
Block a user