diff --git a/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll b/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll index c9b134c4..aff66039 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 a8a4f9f2..5a023273 100644 --- a/src/Loader/BepInEx/BepInExConfigHandler.cs +++ b/src/Loader/BepInEx/BepInExConfigHandler.cs @@ -59,7 +59,7 @@ public override void LoadConfig() public override void SaveConfig() { - // not required + Config.Save(); } } }