Actually give support staff access to the checkOwnsPackage command @spencer

This commit is contained in:
Alexander Meech 2018-01-24 22:43:18 -05:00 committed by GitHub
parent 68e64d48b8
commit 127be0f387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class CustomerSupport extends MiniPlugin
private void generatePermissions()
{
PermissionGroup.SUPPORT.setPermission(Perm.CHECK_OWNS_PACKAGE_COMMAND, true, true);
PermissionGroup.SUPPORT.setPermission(Perm.CHECK_COMMAND, true, true);
PermissionGroup.SUPPORT.setPermission(Perm.JOIN_SERVER, true, true);
}