mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Fix an improperly updated patch file
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user