This commit is contained in:
drtshock
2014-07-01 15:10:18 -05:00
parent 5066934a95
commit 8a6a97cc90
110 changed files with 3131 additions and 1228 deletions

View File

@@ -11,7 +11,8 @@ public enum Role {
public final String nicename;
private Role(final int value, final String nicename) {
this.value = value; this.nicename = nicename;
this.value = value;
this.nicename = nicename;
}
public boolean isAtLeast(Role role) {