SPIGOT-1626 / MC-98994: Fix slow chunk performance
Please see https://bugs.mojang.com/browse/MC-98994 for full explanation. By: md_5 <git@md-5.net>
This commit is contained in:
9
paper-server/nms-patches/IChunkProvider.patch
Normal file
9
paper-server/nms-patches/IChunkProvider.patch
Normal file
@@ -0,0 +1,9 @@
|
||||
--- a/net/minecraft/server/IChunkProvider.java
|
||||
+++ b/net/minecraft/server/IChunkProvider.java
|
||||
@@ -9,4 +9,6 @@
|
||||
boolean unloadChunks();
|
||||
|
||||
String getName();
|
||||
+
|
||||
+ Chunk getOrCreateChunkFast(int x, int z); // CraftBukkit
|
||||
}
|
||||
Reference in New Issue
Block a user