Remove debug messages.

This commit is contained in:
GJ 2012-05-26 21:11:50 -04:00
parent 5c9371c575
commit 5377b9b618

View File

@ -149,11 +149,6 @@ public class BlockListener implements Listener {
return;
}
//DEBUG MESSAGES
if (!mcMMO.placeStore.isTrue(block) && BlockChecks.shouldBeWatched(block)) {
player.sendMessage("Why aren't you watching me?");
}
/* HERBALISM */
if (BlockChecks.canBeGreenTerra(block)) {
/* Green Terra */