Add RC, FN ranks

This commit is contained in:
Spencer 2018-01-03 11:34:15 -05:00 committed by Alexander Meech
parent 1a54911231
commit 21af431e9e
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ public enum PermissionGroup
MC("mc", "", "Members of the Moderator Coordination team.", ChatColor.WHITE, 49, false),
EVENTMOD("eventmod", "", "Members of the Event Management team.", ChatColor.WHITE, -1, false),
CMA("cma", "", "Members of the Clans Management Assistance team.", ChatColor.WHITE, -1, false),
RC("rc", "", "Members of the Rules Committee team.", ChatColor.WHITE, 35, false),
FN("fn", "", "Members of the Forum Ninja team", ChatColor.WHITE, -1, false)
;