From f56d6f144b810ec9a94e3d4897658dc8945b1dcd Mon Sep 17 00:00:00 2001 From: boy0001 Date: Wed, 24 Sep 2014 22:33:34 +1000 Subject: [PATCH] *and this --- PlotSquared/src/com/intellectualcrafters/plot/PlotHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotSquared/src/com/intellectualcrafters/plot/PlotHelper.java b/PlotSquared/src/com/intellectualcrafters/plot/PlotHelper.java index a6245c2ec..f5a0b158e 100644 --- a/PlotSquared/src/com/intellectualcrafters/plot/PlotHelper.java +++ b/PlotSquared/src/com/intellectualcrafters/plot/PlotHelper.java @@ -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); } } }