mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 04:23:02 +00:00
Messages Cleanup
This commit is contained in:
parent
766935871f
commit
8d441a4cc7
8 changed files with 28 additions and 29 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue