Update upstream CB and rebuild
This commit is contained in:
@@ -87,9 +87,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
@@ -0,0 +0,0 @@ public class ChunkProviderServer implements IChunkProvider {
|
@@ -0,0 +0,0 @@ public class ChunkProviderServer implements IChunkProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
public Chunk getChunkAt(int i, int j, Runnable runnable) {
|
public Chunk getChunkAt(int i, int j, Runnable runnable, boolean generate) {
|
||||||
- unloadQueue.remove(i, j);
|
- unloadQueue.remove(i, j);
|
||||||
+ //unloadQueue.remove(i, j); // Paper
|
+ //unloadQueue.remove(i, j); // Paper
|
||||||
|
+
|
||||||
Chunk chunk = chunks.get(LongHash.toLong(i, j));
|
Chunk chunk = chunks.get(LongHash.toLong(i, j));
|
||||||
ChunkRegionLoader loader = null;
|
ChunkRegionLoader loader = null;
|
||||||
|
|
||||||
|
|||||||
Submodule work/CraftBukkit updated: b70058afa2...b103841da3
Reference in New Issue
Block a user