Merge pull request #1513 from Maxetto/patch-3

Fix last commit
This commit is contained in:
Gabriele C 2018-03-02 13:43:59 +01:00 committed by GitHub
commit 930f5609bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ public enum PlayerStatePermission implements PermissionNode {
/**
* When the server is full and someone with this permission joins the server, someone will be kicked.
*/
IS_VIP("authme.vip", DefaultPermission.OP_ONLY),
IS_VIP("authme.vip", DefaultPermission.NOT_ALLOWED),
/**
* Permission to be able to register multiple accounts.