Messages Cleanup

This commit is contained in:
KHobbits 2012-01-20 23:13:37 +00:00
parent 766935871f
commit 8d441a4cc7
8 changed files with 28 additions and 29 deletions

View file

@ -309,7 +309,6 @@ public class Settings implements ISettings
format = format.replace("{WORLDNAME}", "{1}");
format = format.replace("{SHORTWORLDNAME}", "{2}");
format = format.replaceAll("\\{(\\D*)\\}", "\\[$1\\]");
logger.log(Level.INFO, "debug-format: " + format);
mFormat = new MessageFormat(format);
chatFormats.put(group, mFormat);
}