mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 19:46:42 +00:00
Finish the job
This commit is contained in:
@ -78,7 +78,7 @@ public class Module_list extends HTTPDModule
|
||||
StaffMember staffMember = plugin.sl.getAdmin(player);
|
||||
switch (staffMember.getRank())
|
||||
{
|
||||
case NEW_ADMIN:
|
||||
case ADMIN:
|
||||
admins.add(player.getName());
|
||||
break;
|
||||
case SENIOR_ADMIN:
|
||||
|
@ -52,7 +52,7 @@ public class Module_players extends HTTPDModule
|
||||
|
||||
switch (staffMember.getRank())
|
||||
{
|
||||
case NEW_ADMIN:
|
||||
case ADMIN:
|
||||
admins.add(username);
|
||||
break;
|
||||
case SENIOR_ADMIN:
|
||||
|
Reference in New Issue
Block a user