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

View File

@ -296,6 +296,7 @@ public class BuildData
if (vec.getBlockZ() > CornerTopRight.getBlockZ()) if (vec.getBlockZ() > CornerTopRight.getBlockZ())
return false; return false;
Bukkit.broadcastMessage(C.cGreen + "Good to go!");
return true; return true;
} }