mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-02 13:44:43 +02:00
Turned skilltypes into constants instead of enum
This commit is contained in:
@ -28,7 +28,7 @@ public class TamingCommand extends SkillCommand {
|
||||
private boolean canHolyHound;
|
||||
|
||||
public TamingCommand() {
|
||||
super(SkillType.TAMING);
|
||||
super(SkillType.taming);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user