Don't mark the chunk as dirty.

This commit is contained in:
Alexander Söderberg 2020-04-21 15:40:53 +02:00
parent 2c85ff1673
commit 8a19c4c38c
No known key found for this signature in database
GPG Key ID: C0207FF7EA146678

View File

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