Skip to content

Commit

Permalink
Fix /npc skin 0t
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Apr 18, 2018
1 parent dd9fb15 commit f4d5f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/src/main/java/net/citizensnpcs/commands/NPCCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -1463,8 +1463,8 @@ public void sheep(CommandContext args, CommandSender sender, NPC npc) throws Com
desc = "Sets an NPC's skin name. Use -l to set the skin to always update to the latest",
modifiers = { "skin" },
min = 1,
max = 2,
flags = "cl",
max = 3,
flags = "ctl",
permission = "citizens.npc.skin")
@Requirements(types = EntityType.PLAYER, selected = true, ownership = true)
public void skin(final CommandContext args, final CommandSender sender, final NPC npc) throws CommandException {
Expand Down

0 comments on commit f4d5f02

Please sign in to comment.