mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-30 03:56:42 +00:00
fuck intellij
This commit is contained in:
@ -32,6 +32,7 @@ public class StaffList extends FreedomService
|
||||
private final Map<String, StaffMember> ipTable = Maps.newHashMap();
|
||||
public final List<String> verifiedNoStaff = new ArrayList<>();
|
||||
public final Map<String, List<String>> verifiedNoStaffIps = Maps.newHashMap();
|
||||
public final List<String> vanished = new ArrayList<>();
|
||||
|
||||
@Override
|
||||
public void onStart()
|
||||
@ -363,8 +364,8 @@ public class StaffList extends FreedomService
|
||||
updateTables();
|
||||
}
|
||||
|
||||
public boolean isVanished(Player player)
|
||||
public boolean isVanished(String player)
|
||||
{
|
||||
return VanishAPI.isInvisible(player);
|
||||
return vanished.contains(player);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user