mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
don't use nms world.n
This commit is contained in:
parent
3492ac63c7
commit
2c76c23bf2
@ -570,7 +570,10 @@ public class BukkitChunk_1_13 extends IntFaweChunk<Chunk, BukkitQueue_1_13> {
|
|||||||
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.n(bp);
|
tile.y();
|
||||||
|
// nmsWorld.c.remove(bp);
|
||||||
|
// nmsWorld.tileEntityList.remove(bp);
|
||||||
|
// nmsWorld.tileEntityListTick.remove(bp);
|
||||||
tiles.remove(bp);
|
tiles.remove(bp);
|
||||||
tile.z();
|
tile.z();
|
||||||
tile.invalidateBlockCache();
|
tile.invalidateBlockCache();
|
||||||
|
Loading…
Reference in New Issue
Block a user