mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Removed debug message.
This commit is contained in:
parent
7982e33823
commit
a97783ed86
@ -181,7 +181,6 @@ public class Herbalism
|
||||
//GREEN THUMB
|
||||
if(!PP.getGreenTerraMode() && (herbLevel > 1500 || (Math.random() * 1500 <= herbLevel)))
|
||||
{
|
||||
System.out.println("DEBUG: GREEN THUMB ACTIVATED");
|
||||
event.setCancelled(true);
|
||||
m.mcDropItem(loc, is);
|
||||
//DROP SOME SEEDS
|
||||
|
Loading…
Reference in New Issue
Block a user