remove debug message >.<

This commit is contained in:
Sauilitired 2015-07-15 21:57:28 +02:00
parent 572af771cd
commit e2dfda3e6b

View File

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