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
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}