mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Forgot this one
This commit is contained in:
parent
1633617006
commit
3839373f5a
@ -122,7 +122,7 @@ public class HerbalismManager extends SkillManager {
|
||||
ItemStack drop = null;
|
||||
int amount = 1;
|
||||
int xp = 0;
|
||||
boolean greenTerra = mcMMOPlayer.getAbilityMode(AbilityType.GREEN_TERRA);
|
||||
boolean greenTerra = mcMMOPlayer.getAbilityMode(skill.getAbility());
|
||||
|
||||
if (herbalismBlock != null) {
|
||||
if (herbalismBlock.hasGreenThumbPermission(getPlayer())) {
|
||||
|
Loading…
Reference in New Issue
Block a user