mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-01-12 18:50:49 +01:00
settings will now reload correctly.
This commit is contained in:
parent
deeae70585
commit
a4320c1e15
@ -268,6 +268,7 @@ public class UltimateStacker extends JavaPlugin {
|
||||
}
|
||||
|
||||
public void reload() {
|
||||
settingsManager.updateSettings();
|
||||
String langMode = getConfig().getString("System.Language Mode");
|
||||
this.locale = Locale.getLocale(getConfig().getString("System.Language Mode", langMode));
|
||||
this.locale.reloadMessages();
|
||||
|
Loading…
Reference in New Issue
Block a user