mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-30 03:28:00 +01:00
Update upstream CB and rebuild
This commit is contained in:
parent
2197b74f38
commit
08cfefeb50
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b70058afa240034895eb061b123643a708a53480
|
Subproject commit b103841da3263c7bce42ec5e4331ebc821bfd65e
|
Loading…
Add table
Reference in a new issue