Fixed duplicate entries when adding/removing players

Some refractoring
This commit is contained in:
unknown
2014-04-21 17:45:32 +02:00
parent 9315227906
commit c82113dc22
9 changed files with 153 additions and 120 deletions

View File

@ -89,7 +89,7 @@ public class TFM_ServerInterface
boolean isAdmin;
if (server.getOnlineMode())
{
isAdmin = TFM_AdminList.getSuperadminUUIDs().contains(uuid);
isAdmin = TFM_AdminList.getSuperUUIDs().contains(uuid);
}
else
{