From da5cd0a63eadc08047762313ea0af4711f69c63b Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Thu, 5 May 2016 20:10:32 -0500 Subject: [PATCH] Revert "Add debug property to disable the watchdog" This reverts commit d1c470756f962801e7d3bc19bee9440f33a4706e. --- ...how-Paper-in-client-crashes-server-lists-and-Mojang.patch | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Spigot-Server-Patches/Show-Paper-in-client-crashes-server-lists-and-Mojang.patch b/Spigot-Server-Patches/Show-Paper-in-client-crashes-server-lists-and-Mojang.patch index f2ecfcd1bc..1a8232151e 100644 --- a/Spigot-Server-Patches/Show-Paper-in-client-crashes-server-lists-and-Mojang.patch +++ b/Spigot-Server-Patches/Show-Paper-in-client-crashes-server-lists-and-Mojang.patch @@ -59,11 +59,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 this.restart = restart; } @@ -0,0 +0,0 @@ public class WatchdogThread extends Thread - while ( !stopping ) - { - // -- if ( lastTick != 0 && System.currentTimeMillis() > lastTick + timeoutTime ) -+ if ( !Boolean.getBoolean("disable.watchdog") && lastTick != 0 && System.currentTimeMillis() > lastTick + timeoutTime ) // Paper - Add property to disable { Logger log = Bukkit.getServer().getLogger(); log.log( Level.SEVERE, "The server has stopped responding!" );