1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-25 21:59:08 +02:00

Messages Cleanup

This commit is contained in:
KHobbits
2012-01-20 23:13:37 +00:00
parent f4d638c2d9
commit 6554add2b6
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);
}