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");