Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-08 04:20:06 +01:00
Don't mark the chunk as dirty.
Dieser Commit ist enthalten in:
Ursprung
2c85ff1673
Commit
8a19c4c38c
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren