Don't mark the chunk as dirty.
This commit is contained in:
@ -263,7 +263,6 @@ public class BukkitGetBlocks_1_15_2 extends CharGetBlocks {
|
|||||||
if (ordinal != 0) {
|
if (ordinal != 0) {
|
||||||
TileEntity tile = entry.getValue();
|
TileEntity tile = entry.getValue();
|
||||||
nmsChunk.removeTileEntity(tile.getPosition());
|
nmsChunk.removeTileEntity(tile.getPosition());
|
||||||
nmsChunk.markDirty();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user