This commit is contained in:
Leijurv
2018-08-21 13:17:44 -07:00
parent 05cc63f4ff
commit 7d6d34c5aa

View File

@@ -173,6 +173,7 @@ public final class CachedRegion implements ICachedChunkAccess {
in.readFully(bytes);
BitSet bits = BitSet.valueOf(bytes);
updateCachedChunk(x, z, bits);
break;
case CHUNK_NOT_PRESENT:
this.chunks[x][z] = null;
break;