mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-02-22 01:29:36 +01:00
Remove debug messages.
This commit is contained in:
parent
5c9371c575
commit
5377b9b618
@ -149,11 +149,6 @@ public class BlockListener implements Listener {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//DEBUG MESSAGES
|
|
||||||
if (!mcMMO.placeStore.isTrue(block) && BlockChecks.shouldBeWatched(block)) {
|
|
||||||
player.sendMessage("Why aren't you watching me?");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* HERBALISM */
|
/* HERBALISM */
|
||||||
if (BlockChecks.canBeGreenTerra(block)) {
|
if (BlockChecks.canBeGreenTerra(block)) {
|
||||||
/* Green Terra */
|
/* Green Terra */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user