mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-07 16:12:02 +01:00
Fix an improperly updated patch file
This commit is contained in:
parent
4deff62371
commit
c5d9810268
@ -21,8 +21,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
i = 1000;
|
||||
}
|
||||
// CraftBukkit end
|
||||
- }
|
||||
+ } */
|
||||
+
|
||||
+ if (i > 10000) {
|
||||
+ i = 10000;
|
||||
}
|
||||
+ // PaperSpigot end
|
||||
|
||||
this.methodProfiler.a("cleaning");
|
||||
|
Loading…
Reference in New Issue
Block a user