don't use nms world.n

This commit is contained in:
Jesse Boyd 2019-07-11 08:11:37 +10:00
parent 3492ac63c7
commit 2c76c23bf2
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -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();