Don't require ownership for /npc select

This commit is contained in:
fullwall 2012-10-18 18:15:04 +08:00
parent d459e7426f
commit 52f29c0662

View File

@ -711,7 +711,7 @@ public class NPCCommands {
min = 1,
max = 2,
permission = "npc.select")
@Requirements(ownership = true)
@Requirements
public void select(CommandContext args, CommandSender sender, NPC npc) throws CommandException {
NPC toSelect = null;
if (args.argsLength() <= 1) {