mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-08 17:07:38 +00:00
Don't mark the chunk as dirty.
This commit is contained in:
parent
2c85ff1673
commit
8a19c4c38c
@ -263,7 +263,6 @@ public class BukkitGetBlocks_1_15_2 extends CharGetBlocks {
|
||||
if (ordinal != 0) {
|
||||
TileEntity tile = entry.getValue();
|
||||
nmsChunk.removeTileEntity(tile.getPosition());
|
||||
nmsChunk.markDirty();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user