forked from kaboomserver/extras
Fix the usage of the skin command (#335)
This commit is contained in:
parent
91481b94e4
commit
f6f5ae6efb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue