More cleanup

This commit is contained in:
MattBDev
2020-03-05 16:10:38 -05:00
parent 58eae73040
commit 50ceb4d715
2 changed files with 1 additions and 31 deletions

View File

@ -476,6 +476,7 @@ public class MCAChunk implements IChunk {
return tiles == null ? Collections.emptyMap() : tiles;
}
@Override
public CompoundTag getTile(int x, int y, int z) {
if (tiles == null || tiles.isEmpty()) {
return null;