mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-01 21:24:43 +02:00
Changed AbilityTypes from enum to constants
This commit is contained in:
@ -61,7 +61,7 @@ public final class CommandRegistrationManager {
|
||||
private static String permissionsMessage = LocaleLoader.getString("mcMMO.NoPermission");
|
||||
|
||||
private static void registerSkillCommands() {
|
||||
for (SkillType skill : SkillType.skillList) {
|
||||
for (SkillType skill : SkillType.getSkillList()) {
|
||||
String commandName = skill.toString().toLowerCase();
|
||||
String localizedName = skill.getLocalizedName().toLowerCase();
|
||||
|
||||
|
Reference in New Issue
Block a user