[Bleeding] Switched to UUIDs in TFM_AdminList

Various other changes
This commit is contained in:
unknown
2014-04-09 22:33:03 +02:00
parent ec8a528564
commit a54c113a86
42 changed files with 317 additions and 326 deletions

View File

@ -756,7 +756,7 @@ public class TFM_Util
for (Player player : Bukkit.getOnlinePlayers())
{
if (TFM_SuperadminList.isSuperAdmin(player))
if (TFM_AdminList.isSuperAdmin(player))
{
player.sendMessage("[" + ChatColor.AQUA + "ADMIN" + ChatColor.WHITE + "] " + ChatColor.DARK_RED + name + ": " + ChatColor.AQUA + message);
}