Add 1 more line of debug

This commit is contained in:
Spencer 2017-11-25 16:04:03 -05:00 committed by Alexander Meech
parent 1973f74003
commit d83ad69ab2
1 changed files with 2 additions and 1 deletions

View File

@ -295,7 +295,8 @@ public class BuildData
Bukkit.broadcastMessage(C.cGray + "Checking relative to TR z: " + getBooleanForDebug(vec.getBlockZ() > CornerTopRight.getBlockZ()));
if (vec.getBlockZ() > CornerTopRight.getBlockZ())
return false;
Bukkit.broadcastMessage(C.cGreen + "Good to go!");
return true;
}