tag is now set when guild is created

This commit is contained in:
speedxx 2020-06-22 13:54:20 -04:00
parent 7a91293988
commit cce9d0879d

View file

@ -23,11 +23,6 @@ public class ChatManager implements Listener
String guild = GUtil.getGuild(player);
if (guild == null)
return;
if (!GUtil.hasTag(guild))
{
GUtil.setTag(GUtil.color("&8[&7" + guild + "&8]&r "), guild);
}
e.setFormat(GUtil.color(GUtil.getTag(guild)) + " " + ChatColor.RESET + e.getFormat());
}
}