auto load locales

This commit is contained in:
Aikar
2017-07-18 00:21:45 -04:00
parent 39f569330b
commit 05b8141573
3 changed files with 3 additions and 0 deletions
@@ -51,6 +51,7 @@ public class BungeeCommandManager extends CommandManager {
this.formatters.put(MessageType.ERROR, defaultFormatter = new BungeeMessageFormatter(ChatColor.RED, ChatColor.YELLOW, ChatColor.RED));
this.formatters.put(MessageType.SYNTAX, new BungeeMessageFormatter(ChatColor.YELLOW, ChatColor.GREEN, ChatColor.WHITE));
this.formatters.put(MessageType.INFO, new BungeeMessageFormatter(ChatColor.BLUE, ChatColor.DARK_GREEN, ChatColor.GREEN));
getLocales(); // auto load locales
}
public Plugin getPlugin() {