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:
@@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user