mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +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()) {
|
for (Map.Entry<BlockPosition, TileEntity> entry : toRemove.entrySet()) {
|
||||||
BlockPosition bp = entry.getKey();
|
BlockPosition bp = entry.getKey();
|
||||||
TileEntity tile = entry.getValue();
|
TileEntity tile = entry.getValue();
|
||||||
nmsWorld.removeTileEntity(bp);
|
tile.m();
|
||||||
tiles.remove(bp);
|
tiles.remove(bp);
|
||||||
tile.n();
|
tile.n();
|
||||||
tile.invalidateBlockCache();
|
tile.invalidateBlockCache();
|
||||||
|
Loading…
Reference in New Issue
Block a user