mirror of
https://github.com/songoda/EpicVouchers.git
synced 2024-12-23 09:08:22 +01:00
Changed to match reload() method
This commit is contained in:
parent
454d1b1e83
commit
32f4479a09
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user