diff --git a/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll b/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll index c9b134c..aff6603 100644 Binary files a/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll and b/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll differ diff --git a/src/Loader/BepInEx/BepInExConfigHandler.cs b/src/Loader/BepInEx/BepInExConfigHandler.cs index a8a4f9f..5a02327 100644 --- a/src/Loader/BepInEx/BepInExConfigHandler.cs +++ b/src/Loader/BepInEx/BepInExConfigHandler.cs @@ -59,7 +59,7 @@ namespace UnityExplorer.Loader.BIE public override void SaveConfig() { - // not required + Config.Save(); } } }