mirror of
https://github.com/songoda/EpicVouchers.git
synced 2024-11-22 01:56:21 +01:00
Just in case.
This commit is contained in:
parent
0cec21b367
commit
454d1b1e83
@ -149,7 +149,7 @@ public class EpicVouchers extends JavaPlugin {
|
||||
loadVouchersFromFile();
|
||||
reloadConfig();
|
||||
settingsManager.updateSettings();
|
||||
this.locale = Locale.getLocale(getConfig().getString("System.Language Mode"));
|
||||
this.locale = Locale.getLocale(getConfig().getString("System.Language Mode", "en_US"));
|
||||
this.locale.reloadMessages();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user