#916 Fix authme.vip node description

This commit is contained in:
Gabriele C
2016-10-23 15:39:53 +02:00
parent cc151e6e8d
commit dd9ac75f3a
2 changed files with 5 additions and 5 deletions
@@ -17,7 +17,7 @@ public enum PlayerStatePermission implements PermissionNode {
BYPASS_FORCE_SURVIVAL("authme.bypassforcesurvival", DefaultPermission.OP_ONLY),
/**
* Permission node to identify VIP users.
* When the server is full and someone with this permission joins the server, someone will be kicked.
*/
IS_VIP("authme.vip", DefaultPermission.OP_ONLY),