mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-27 21:29:14 +01:00
Don't require ownership for /npc select
This commit is contained in:
parent
b3121305f9
commit
2459726fac
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user