mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-30 20:16:41 +00:00
[Bleeding] Fixed bugs with TFM_PlayerList and TFM_BanManager
This commit is contained in:
@ -199,16 +199,6 @@ public class TFM_ServerInterface
|
||||
// force-allow superadmins to log in
|
||||
event.allow();
|
||||
|
||||
if (banManager.isIpBanned(ip))
|
||||
{
|
||||
banManager.unbanIp(ip);
|
||||
}
|
||||
|
||||
if (banManager.isUuidBanned(uuid))
|
||||
{
|
||||
banManager.unbanUuid(uuid);
|
||||
}
|
||||
|
||||
for (Player onlinePlayer : server.getOnlinePlayers())
|
||||
{
|
||||
if (onlinePlayer.getName().equalsIgnoreCase(username))
|
||||
|
Reference in New Issue
Block a user