mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-01-10 22:36:52 +00:00
Fixed TFM_PlayerListener.java
Fixed where it said Telnet Admin was light green its now ChatColor.DARK_GREEN
This commit is contained in:
parent
8cb4ef111c
commit
5a3106ace8
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ public class TFM_PlayerListener implements Listener
|
|||
}
|
||||
else if (TFM_AdminList.isTelnetAdmin(player, true))
|
||||
{
|
||||
player.setPlayerListName(ChatColor.GREEN + player.getName());
|
||||
player.setPlayerListName(ChatColor.DARK_GREEN + player.getName());
|
||||
TFM_PlayerData.getPlayerData(player).setTag("&8[&2Telnet Admin&8]");
|
||||
}
|
||||
else if (TFM_AdminList.isSuperAdmin(player))
|
||||
|
|
Loading…
Reference in a new issue