mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 03:52:45 +01:00
52a2a37b2f
Please see https://bugs.mojang.com/browse/MC-98994 for full explanation. By: md_5 <git@md-5.net>
9 lines
231 B
Diff
9 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
|
|
}
|