Re-allow colours in newb welcome messages.

This commit is contained in:
KHobbits 2012-02-18 21:34:05 +00:00
parent 945ae71480
commit 3077ea4ef1

View file

@ -330,7 +330,7 @@ public class Settings implements ISettings
@Override
public IText getAnnounceNewPlayerFormat()
{
return new SimpleTextInput(config.getString("newbies.announce-format", "&dWelcome {DISPLAYNAME} to the server!"));
return new SimpleTextInput(Util.replaceColor(config.getString("newbies.announce-format", "&dWelcome {DISPLAYNAME} to the server!")));
}
@Override