Fix the usage of the skin command (#335)

This commit is contained in:
Chipmunk 2023-02-02 08:20:10 +00:00 committed by GitHub
parent 91481b94e4
commit f6f5ae6efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public final class CommandSkin implements CommandExecutor {
if (args.length == 0) {
player.sendMessage(Component
.text("Usage: /" + label + " <username>\n/" + label + "off",
.text("Usage: /" + label + " <username>\n/" + label + " off",
NamedTextColor.RED));
return true;
}