This commit is contained in:
NewGarbo 2015-10-18 19:10:56 +01:00
parent 74c0eac141
commit 0bc8413430
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ package mineplex.game.clans.clans;
public enum ClanRole
{
NONE, RECRUIT, MEMBER, ADMIN, LEADER
NONE, RECRUIT, MEMBER, ADMIN, LEADER;
}