mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-30 11:31:21 +01:00
Remove debug messages.
This commit is contained in:
parent
5c9371c575
commit
5377b9b618
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user