1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-13 19:28:03 +01:00

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; i = 1000;
} }
// CraftBukkit end // CraftBukkit end
- }
+ } */ + } */
+
+ if (i > 10000) {
+ i = 10000;
}
+ // PaperSpigot end + // PaperSpigot end
this.methodProfiler.a("cleaning"); this.methodProfiler.a("cleaning");