Fixed all admins showing up as Superadmins

This commit is contained in:
JeromSar 2015-05-11 22:21:59 +02:00
parent ea6bfa8387
commit 887a5c6b16
2 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Sun May 10 23:27:12 CEST 2015
build.number=998
#Mon May 11 22:19:56 CEST 2015
build.number=1000

View file

@ -870,9 +870,11 @@ public class TFM_PlayerListener implements Listener
name = ChatColor.BLUE + name;
TFM_PlayerData.getPlayerData(player).setTag("&8[&9Owner&8]");
}
name = ChatColor.AQUA + name;
TFM_PlayerData.getPlayerData(player).setTag("&8[&BSuper Admin&8]");
else
{
name = ChatColor.AQUA + name;
TFM_PlayerData.getPlayerData(player).setTag("&8[&BSuper Admin&8]");
}
}
try