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:
parent
4deff62371
commit
c5d9810268
1 changed files with 4 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Reference in a new issue