Fix permission node description

This commit is contained in:
Gabriele C
2017-09-02 12:26:03 +02:00
parent 6b875a9ba4
commit 97f580d9ec
2 changed files with 4 additions and 4 deletions
@@ -32,7 +32,7 @@ public enum PlayerStatePermission implements PermissionNode {
BYPASS_PURGE("authme.bypasspurge", DefaultPermission.NOT_ALLOWED),
/**
* Permission to use to see own other accounts.
* Permission to bypass the GeoIp country code check.
*/
BYPASS_COUNTRY_CHECK("authme.bypasscountrycheck", DefaultPermission.NOT_ALLOWED);