Just in case.

This commit is contained in:
Brianna 2019-08-21 10:19:11 -04:00
parent 0cec21b367
commit 454d1b1e83
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}