mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-10-27 07:13:43 +01:00
Master Angler reworked
This commit is contained in:
@@ -63,7 +63,7 @@ public class WoodcuttingManager extends SkillManager {
|
||||
}
|
||||
|
||||
public boolean canUseTreeFeller(ItemStack heldItem) {
|
||||
return mcMMOPlayer.getAbilityMode(SuperAbilityType.TREE_FELLER)
|
||||
return mmoPlayer.getAbilityMode(SuperAbilityType.TREE_FELLER)
|
||||
&& ItemUtils.isAxe(heldItem);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user