mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
merge from breaking
This commit is contained in:
parent
71a9256617
commit
5d41bdb7c7
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user