idiocy
This commit is contained in:
parent
05cc63f4ff
commit
7d6d34c5aa
@ -173,6 +173,7 @@ public final class CachedRegion implements ICachedChunkAccess {
|
|||||||
in.readFully(bytes);
|
in.readFully(bytes);
|
||||||
BitSet bits = BitSet.valueOf(bytes);
|
BitSet bits = BitSet.valueOf(bytes);
|
||||||
updateCachedChunk(x, z, bits);
|
updateCachedChunk(x, z, bits);
|
||||||
|
break;
|
||||||
case CHUNK_NOT_PRESENT:
|
case CHUNK_NOT_PRESENT:
|
||||||
this.chunks[x][z] = null;
|
this.chunks[x][z] = null;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user