mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:14:57 +00:00
Fixed all admins showing up as Superadmins
This commit is contained in:
parent
ea6bfa8387
commit
887a5c6b16
2 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue