1
0
Fork 0
kcx-1614
Prototik 2015-10-22 01:33:46 +07:00
parent 6458549af6
commit c9caa8c770
1 changed files with 1 additions and 1 deletions

View File

@ -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;
+ }