forked from 2009Scape/Server
Converted some of the management server to kotlin
Added json configs for management server Cleaned up some files
This commit is contained in:
parent
ca2e5520b0
commit
439b2e9ef8
114 changed files with 820 additions and 1476 deletions
|
|
@ -476,11 +476,6 @@ public final class CommunicationInfo {
|
|||
* @return The rank.
|
||||
*/
|
||||
public ClanRank getRank(String contact) {
|
||||
for (String name : ServerConstants.ADMINISTRATORS) {
|
||||
if (contact.equals(name)) {
|
||||
return ClanRank.ADMINISTRATOR;
|
||||
}
|
||||
}
|
||||
return contacts.get(contact);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue