Fixed Config Update

This commit is contained in:
kirillsaint 2023-07-23 19:19:26 +06:00
parent 9c3590326e
commit 526673828b
1 changed files with 1 additions and 0 deletions

View File

@ -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();