mirror of
https://github.com/kaboomserver/extras.git
synced 2024-11-01 01:11:51 +00:00
Fix the usage of the skin command (#335)
This commit is contained in:
parent
91481b94e4
commit
f6f5ae6efb
|
@ -33,7 +33,7 @@ public final class CommandSkin implements CommandExecutor {
|
||||||
|
|
||||||
if (args.length == 0) {
|
if (args.length == 0) {
|
||||||
player.sendMessage(Component
|
player.sendMessage(Component
|
||||||
.text("Usage: /" + label + " <username>\n/" + label + "off",
|
.text("Usage: /" + label + " <username>\n/" + label + " off",
|
||||||
NamedTextColor.RED));
|
NamedTextColor.RED));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue