From e2dfda3e6bba3b628f172c28b3699aea59677e27 Mon Sep 17 00:00:00 2001 From: Sauilitired Date: Wed, 15 Jul 2015 21:57:28 +0200 Subject: [PATCH] remove debug message >.< --- .../main/java/com/intellectualcrafters/plot/util/MainUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotSquared/src/main/java/com/intellectualcrafters/plot/util/MainUtil.java b/PlotSquared/src/main/java/com/intellectualcrafters/plot/util/MainUtil.java index 29851c1f3..5619250fd 100644 --- a/PlotSquared/src/main/java/com/intellectualcrafters/plot/util/MainUtil.java +++ b/PlotSquared/src/main/java/com/intellectualcrafters/plot/util/MainUtil.java @@ -975,7 +975,7 @@ public class MainUtil { } else { Location loc = new Location(bot.getWorld(), bot.getX() + home.x, bot.getY() + home.y, bot.getZ() + home.z); if (BukkitUtil.getBlock(loc).id != 0) { - sendConsoleMessage("ID was " + BukkitUtil.getBlock(loc).id); + // sendConsoleMessage("ID was " + BukkitUtil.getBlock(loc).id); loc.setY(Math.max(getHeighestBlock(w, bot.getX(), bot.getZ()), bot.getY())); } return loc;