mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Fixed the guide usage string showing up every time /skillname was called
This commit is contained in:
@ -89,7 +89,9 @@ public final class SkillGuide {
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
// We have to specify this, else we get the usage string every time we call /skillname...
|
||||
else if (args.length != 0) {
|
||||
player.sendMessage(LocaleLoader.getString("Guides.Usage", new Object[] {localized.toLowerCase()} ));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user