1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 18:14:38 +02:00

Initialize TL Bundle on plugin start.

This commit is contained in:
KHobbits
2014-05-06 07:00:57 +01:00
parent 90f99ac680
commit 48e50c6d21

View File

@@ -43,9 +43,9 @@ public class I18n implements net.ess3.api.II18n
public I18n(final IEssentials ess)
{
this.ess = ess;
customBundle = NULL_BUNDLE;
localeBundle = NULL_BUNDLE;
defaultBundle = ResourceBundle.getBundle(MESSAGES, Locale.ENGLISH);
localeBundle = defaultBundle;
customBundle = NULL_BUNDLE;
}
public void onEnable()