Fix an improperly updated patch file

This commit is contained in:
Zach Brown 2014-11-30 20:09:09 -06:00
parent 4deff62371
commit c5d9810268

View File

@ -21,8 +21,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
i = 1000;
}
// CraftBukkit end
- }
+ } */
+
+ if (i > 10000) {
+ i = 10000;
}
+ // PaperSpigot end
this.methodProfiler.a("cleaning");