This commit is contained in:
Leijurv 2018-08-21 13:17:44 -07:00
parent 05cc63f4ff
commit 7d6d34c5aa
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 0 deletions

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;