mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-20 00:29:52 +08:00
Change commands to use new usage message method.
This commit is contained in:
committed by
Luke H-W
Unverified
parent
2cfbe78184
commit
104e04f70a
@@ -83,7 +83,7 @@ public final class ClearCommand implements CommandHandler {
|
||||
}
|
||||
|
||||
if (args.size() < 1) {
|
||||
CommandHandler.sendTranslatedMessage(sender, "commands.clear.command_usage");
|
||||
sendUsageMessage(sender);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user