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

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