Changed to match reload() method

This commit is contained in:
theone1000 2019-09-16 18:48:56 -06:00
parent 454d1b1e83
commit 32f4479a09
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class EpicVouchers extends JavaPlugin {
// Setup language
new Locale(this, "en_US");
this.locale = Locale.getLocale(getConfig().getString("System.Language Mode"));
this.locale = Locale.getLocale(getConfig().getString("System.Language Mode", "en_US"));
//Running Songoda Updater
Plugin plugin = new Plugin(this, 25);