fix "/npc cat" flags

This commit is contained in:
Alex 'mcmonkey' Goodwin 2019-07-11 18:45:13 -07:00
parent 4f4e7dd68d
commit 05471766b7
No known key found for this signature in database
GPG Key ID: 2F0F11928478A6F5

View File

@ -72,6 +72,7 @@ public class Commands {
modifiers = { "cat" }, modifiers = { "cat" },
min = 1, min = 1,
max = 1, max = 1,
flags = "sn",
permission = "citizens.npc.cat") permission = "citizens.npc.cat")
@Requirements(selected = true, ownership = true, types = EntityType.CAT) @Requirements(selected = true, ownership = true, types = EntityType.CAT)
public void cat(CommandContext args, CommandSender sender, NPC npc) throws CommandException { public void cat(CommandContext args, CommandSender sender, NPC npc) throws CommandException {