mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2024-12-22 07:55:03 +00:00
tag is now set when guild is created
This commit is contained in:
parent
7a91293988
commit
cce9d0879d
1 changed files with 0 additions and 5 deletions
|
@ -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());
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue