Skip to content

Commit

Permalink
fix "/npc cat" flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 12, 2019
1 parent 4f4e7dd commit 0547176
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public void bossbar(CommandContext args, CommandSender sender, NPC npc) throws C
modifiers = { "cat" },
min = 1,
max = 1,
flags = "sn",
permission = "citizens.npc.cat")
@Requirements(selected = true, ownership = true, types = EntityType.CAT)
public void cat(CommandContext args, CommandSender sender, NPC npc) throws CommandException {
Expand Down

0 comments on commit 0547176

Please sign in to comment.