9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2026-01-06 15:41:56 +00:00

Fix typo in default command description

This commit is contained in:
William278
2022-09-10 19:40:53 +03:00
parent ff1ace8342
commit 61020e04d9

View File

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