edit permission node for the playerversion command

This commit is contained in:
cswhite2000 2017-08-27 19:23:40 -07:00
parent d90acb62e2
commit d2ed7457b7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class MiscCommands implements Commands {
min = 0,
max = 1
)
@CommandPermissions("ocn.developer")
@CommandPermissions("ocn.version")
public void listPlayerVersions(final CommandContext args, final CommandSender sender) throws CommandException {
Audience audience = audiences.get(sender);
if (args.hasFlag('a')) {