This commit is contained in:
Brianna 2019-08-21 10:15:47 -04:00
parent 60b3b8438a
commit 0cec21b367

View File

@ -148,7 +148,7 @@ public class EpicVouchers extends JavaPlugin {
vouchersFile.reloadConfig();
loadVouchersFromFile();
reloadConfig();
saveConfig();
settingsManager.updateSettings();
this.locale = Locale.getLocale(getConfig().getString("System.Language Mode"));
this.locale.reloadMessages();
}