mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +00:00
*and this
This commit is contained in:
parent
4c36c9b8d8
commit
f56d6f144b
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ public class PlotHelper {
|
|||
for (int z = pos1.getBlockZ(); z <= pos2.getBlockZ(); z++) {
|
||||
Block block = world.getBlockAt(x, y, z);
|
||||
if (!((block.getTypeId() == 0))) {
|
||||
block.setTypeId(0, false);
|
||||
SetBlockFast.set(world, x, y, z, 0, (byte) 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue