mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Initialize TL Bundle on plugin start.
This commit is contained in:
parent
c12373bf41
commit
f09180659d
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ public class I18n implements net.ess3.api.II18n
|
||||||
public I18n(final IEssentials ess)
|
public I18n(final IEssentials ess)
|
||||||
{
|
{
|
||||||
this.ess = ess;
|
this.ess = ess;
|
||||||
customBundle = NULL_BUNDLE;
|
|
||||||
localeBundle = NULL_BUNDLE;
|
|
||||||
defaultBundle = ResourceBundle.getBundle(MESSAGES, Locale.ENGLISH);
|
defaultBundle = ResourceBundle.getBundle(MESSAGES, Locale.ENGLISH);
|
||||||
|
localeBundle = defaultBundle;
|
||||||
|
customBundle = NULL_BUNDLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onEnable()
|
public void onEnable()
|
||||||
|
|
Loading…
Reference in a new issue