forked from xjboss/KCauldronX
		
	Fix #210
This commit is contained in:
		@@ -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;
 | 
			
		||||
+        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user