mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-25 02:27:41 +01:00
fix "/npc cat" flags
This commit is contained in:
parent
4f4e7dd68d
commit
05471766b7
@ -72,6 +72,7 @@ public class Commands {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user