merge from breaking

This commit is contained in:
Jesse Boyd 2019-07-17 06:10:18 +10:00
parent 71a9256617
commit 5d41bdb7c7
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -560,7 +560,7 @@ public class BukkitChunk_1_14 extends IntFaweChunk<Chunk, BukkitQueue_1_14> {
for (Map.Entry<BlockPosition, TileEntity> entry : toRemove.entrySet()) {
BlockPosition bp = entry.getKey();
TileEntity tile = entry.getValue();
nmsWorld.removeTileEntity(bp);
tile.m();
tiles.remove(bp);
tile.n();
tile.invalidateBlockCache();