This commit is contained in:
unknown
2013-12-01 19:02:30 +01:00
parent 7140e4c8df
commit d4c3a4ad45
2 changed files with 3 additions and 3 deletions

View File

@ -331,7 +331,7 @@ public class TFM_ServerInterface
{
for (Player p : server.getOnlinePlayers())
{
if (!TFM_SuperadminList.isUserSuperadmin(player))
if (!TFM_SuperadminList.isUserSuperadmin(p))
{
p.kickPlayer("You have been kicked to free up room for an admin.");
count--;