mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-01-03 20:28:18 +00:00
Use ChatColor.RESET instead of ChatColor.WHITE
This commit is contained in:
parent
45ebb92377
commit
804f846e73
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ public class PlayerData {
|
|||
}
|
||||
else
|
||||
{
|
||||
this.tag = Utilities.colorize(tag) + ChatColor.RESET + ((Utilities.DEVELOPERS.contains(player.getName()) || AdminList.isSuperAdmin(player)) ? " " + PlayerRank.fromSender(player).getPrefix() + ChatColor.RESET : "");
|
||||
this.tag = Utilities.colorize(tag) + ChatColor.RESET;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue