From c5d981026891749da331d7fc8bd26302f85a1d5f Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Sun, 30 Nov 2014 20:09:09 -0600 Subject: [PATCH] Fix an improperly updated patch file --- Spigot-Server-Patches/Fix-redstone-lag-issues.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/Fix-redstone-lag-issues.patch b/Spigot-Server-Patches/Fix-redstone-lag-issues.patch index ae70ac392b..3a520b5caf 100644 --- a/Spigot-Server-Patches/Fix-redstone-lag-issues.patch +++ b/Spigot-Server-Patches/Fix-redstone-lag-issues.patch @@ -21,8 +21,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 i = 1000; } // CraftBukkit end -- } + } */ ++ ++ if (i > 10000) { ++ i = 10000; + } + // PaperSpigot end this.methodProfiler.a("cleaning");