mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Merge branch 'breaking' into breaking-114
This commit is contained in:
@ -570,7 +570,10 @@ public class BukkitChunk_1_13 extends IntFaweChunk<Chunk, BukkitQueue_1_13> {
|
||||
for (Map.Entry<BlockPosition, TileEntity> entry : toRemove.entrySet()) {
|
||||
BlockPosition bp = entry.getKey();
|
||||
TileEntity tile = entry.getValue();
|
||||
nmsWorld.n(bp);
|
||||
tile.y();
|
||||
// nmsWorld.c.remove(bp);
|
||||
// nmsWorld.tileEntityList.remove(bp);
|
||||
// nmsWorld.tileEntityListTick.remove(bp);
|
||||
tiles.remove(bp);
|
||||
tile.z();
|
||||
tile.invalidateBlockCache();
|
||||
|
Reference in New Issue
Block a user