[Bleeding] Fixed bugs with TFM_PlayerList and TFM_BanManager

This commit is contained in:
unknown
2014-04-15 15:43:07 +02:00
parent c98909df12
commit 7f2e72ee51
13 changed files with 103 additions and 74 deletions

View File

@ -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))