*and this

This commit is contained in:
boy0001 2014-09-24 22:33:34 +10:00
parent 4c36c9b8d8
commit f56d6f144b

View File

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