Never check footstep

This commit is contained in:
Sotr
2019-03-22 07:04:05 +08:00
parent 6d6e7c4c75
commit 193cadb6fa
3 changed files with 2 additions and 13 deletions

View File

@@ -793,6 +793,7 @@ public abstract class MinecraftServer implements IAsyncTaskHandler, IMojangStati
// Spigot start
org.spigotmc.WatchdogThread.hasStarted = true; // Paper
io.akarin.server.core.AkarinAsyncExecutor.initalise(); // Akarin
Arrays.fill( recentTps, 20 );
long start = System.nanoTime(), curTime, wait, tickSection = start; // Paper - Further improve server tick loop
lastTick = start - TICK_TIME; // Paper