Fix #210
This commit is contained in:
parent
6458549af6
commit
c9caa8c770
@ -250,7 +250,7 @@
|
||||
+ Chunk chunk = (Chunk) this.loadedChunkHashMap_KC.get(LongHash.toLong(p_73154_1_, p_73154_2_));
|
||||
+ chunk = chunk == null ? (shouldLoadChunk() ? this.loadChunk(p_73154_1_, p_73154_2_) : this.defaultEmptyChunk) : chunk; // Cauldron handle forge server tick events and load the chunk within 5 seconds of the world being loaded (for chunk loaders)
|
||||
+
|
||||
+ if (chunk == this.defaultEmptyChunk)
|
||||
+ if (chunk == this.defaultEmptyChunk || chunk == null)
|
||||
+ {
|
||||
+ return chunk;
|
||||
+ }
|
||||
|
Loading…
Reference in New Issue
Block a user