mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:41:31 +01:00
Fixed Config Update
This commit is contained in:
parent
9c3590326e
commit
526673828b
@ -65,6 +65,7 @@ public class ModMenu extends SilentScreen {
|
|||||||
if(!loaded) {
|
if(!loaded) {
|
||||||
introAnimation = new SimpleAnimation(Client.getInstance().getSettingsManager().getSettingByClass(GeneralMod.class, "Menu Animations").getValBoolean() ? -150 : 0);
|
introAnimation = new SimpleAnimation(Client.getInstance().getSettingsManager().getSettingByClass(GeneralMod.class, "Menu Animations").getValBoolean() ? -150 : 0);
|
||||||
}
|
}
|
||||||
|
Client.getInstance().configManager.updateConfigs();
|
||||||
MenuBlurUtils.loadBlur();
|
MenuBlurUtils.loadBlur();
|
||||||
this.buttonList.clear();
|
this.buttonList.clear();
|
||||||
this.silentInputs.clear();
|
this.silentInputs.clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user