Merge pull request #52 from Silent-Client/TEST2

Update QuickplayModeGui.java
This commit is contained in:
kirillsaint 2023-10-08 16:00:27 +06:00 committed by GitHub
commit 265475fb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ public class QuickplayModeGui extends SilentScreen {
@Override
public void onGuiClosed() {
super.onGuiClosed();
Client.getInstance().getConfigManager().save();
MenuBlurUtils.unloadBlur();
}
}