mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2024-12-22 07:55:03 +00:00
o yes this too
This commit is contained in:
parent
d495e8d6ea
commit
b5bb9a99b9
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ public class Guild
|
|||
for (String key : plugin.guilds.getKeys(false))
|
||||
{
|
||||
Guild guild = getGuild(key);
|
||||
g.add(guild.getName());
|
||||
g.add(GUtil.colorize(guild.getName()));
|
||||
}
|
||||
return g;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue