mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
*and this
This commit is contained in:
parent
4c36c9b8d8
commit
f56d6f144b
@ -553,7 +553,7 @@ public class PlotHelper {
|
|||||||
for (int z = pos1.getBlockZ(); z <= pos2.getBlockZ(); z++) {
|
for (int z = pos1.getBlockZ(); z <= pos2.getBlockZ(); z++) {
|
||||||
Block block = world.getBlockAt(x, y, z);
|
Block block = world.getBlockAt(x, y, z);
|
||||||
if (!((block.getTypeId() == 0))) {
|
if (!((block.getTypeId() == 0))) {
|
||||||
block.setTypeId(0, false);
|
SetBlockFast.set(world, x, y, z, 0, (byte) 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user