Remove unused comment

This commit is contained in:
business-goose 2022-03-21 09:30:06 +00:00
parent 792f3d0590
commit 5ad82c0dea

View file

@ -627,7 +627,6 @@ public class PlayerListener implements Listener {
// Set the tag
if (playerdata.getTag() != null) {
//event.setFormat("<" + playerdata.getTag().replaceAll("%", "%%") + " %1$s> %2$s");
event.setFormat(ChatColor.translateAlternateColorCodes('&', MainConfig.getString(ConfigurationEntry.CHAT_FORMAT)).replace("{RANK}", playerdata.getTag().replaceAll("%", "%%")));
}