mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
remove debug message >.<
This commit is contained in:
parent
572af771cd
commit
e2dfda3e6b
@ -975,7 +975,7 @@ public class MainUtil {
|
|||||||
} else {
|
} else {
|
||||||
Location loc = new Location(bot.getWorld(), bot.getX() + home.x, bot.getY() + home.y, bot.getZ() + home.z);
|
Location loc = new Location(bot.getWorld(), bot.getX() + home.x, bot.getY() + home.y, bot.getZ() + home.z);
|
||||||
if (BukkitUtil.getBlock(loc).id != 0) {
|
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()));
|
loc.setY(Math.max(getHeighestBlock(w, bot.getX(), bot.getZ()), bot.getY()));
|
||||||
}
|
}
|
||||||
return loc;
|
return loc;
|
||||||
|
Loading…
Reference in New Issue
Block a user