Use ChatColor.RESET instead of ChatColor.WHITE

This commit is contained in:
Business Goose 2022-03-28 22:54:44 +01:00
parent 45ebb92377
commit 804f846e73
No known key found for this signature in database
GPG key ID: 77DCA801362E9645

View file

@ -510,7 +510,7 @@ public class PlayerData {
} }
else 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;
} }
} }