mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 20:30:28 +01:00
60f01ef304
Please see https://bugs.mojang.com/browse/MC-98994 for full explanation.
10 lines
231 B
Diff
10 lines
231 B
Diff
--- 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
|
|
}
|