mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
removed accidental space
This commit is contained in:
@@ -51,7 +51,6 @@ public class NameColors extends ACivMod implements Listener {
|
||||
}
|
||||
|
||||
public void updatePlayerName(Player player, ChatColor color) {
|
||||
|
||||
if (color == null || color == ChatColor.RESET) {
|
||||
CivChat2.getInstance().getCivChat2Manager().removeCustomName(player.getUniqueId());
|
||||
if(getServer().getPluginManager().isPluginEnabled("TAB")) {
|
||||
|
||||
Reference in New Issue
Block a user