Fix typo in default command description

feat/data-edit-commands
William278 2 years ago
parent ff1ace8342
commit 61020e04d9

@ -52,7 +52,7 @@ public abstract class CommandBase {
*/ */
public String getDescription() { public String getDescription() {
return plugin.getLocales().getRawLocale(command + "_command_description") return plugin.getLocales().getRawLocale(command + "_command_description")
.orElse("A HuskHomes command"); .orElse("A HuskSync command");
} }
} }

Loading…
Cancel
Save