Skip to content

Commit

Permalink
-p not -b
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay900 committed Feb 2, 2015
1 parent bf9a39e commit cbbde72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/citizensnpcs/commands/NPCCommands.java
Expand Up @@ -1229,7 +1229,7 @@ public void skeletonType(CommandContext args, CommandSender sender, NPC npc) thr

@Command(
aliases = { "npc" },
usage = "skin (-c,b) [name]",
usage = "skin (-c -p) [name]",
desc = "Sets an NPC's skin name, Use -p to save a skin snapshot that won't change",
modifiers = { "skin" },
min = 1,
Expand Down

0 comments on commit cbbde72

Please sign in to comment.