mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-01 21:24:43 +02:00
Turned skilltypes into constants instead of enum
This commit is contained in:
@ -40,7 +40,7 @@ import com.gmail.nossr50.util.skills.SkillUtils;
|
||||
|
||||
public class HerbalismManager extends SkillManager {
|
||||
public HerbalismManager(McMMOPlayer mcMMOPlayer) {
|
||||
super(mcMMOPlayer, SkillType.HERBALISM);
|
||||
super(mcMMOPlayer, SkillType.herbalism);
|
||||
}
|
||||
|
||||
public boolean canBlockCheck() {
|
||||
|
Reference in New Issue
Block a user