diff --git a/Libraries/0Harmony.dll b/Libraries/0Harmony.dll index a3439a25..03a0a325 100644 Binary files a/Libraries/0Harmony.dll and b/Libraries/0Harmony.dll differ diff --git a/Libraries/BSML.dll b/Libraries/BSML.dll index 1cb91de6..a143831c 100644 Binary files a/Libraries/BSML.dll and b/Libraries/BSML.dll differ diff --git a/Libraries/DynamicOpenVR.dll b/Libraries/DynamicOpenVR.dll index 1a94a852..3a839a14 100644 Binary files a/Libraries/DynamicOpenVR.dll and b/Libraries/DynamicOpenVR.dll differ diff --git a/Libraries/IPA.Injector.dll b/Libraries/IPA.Injector.dll index a46e1f6f..7b3589a0 100644 Binary files a/Libraries/IPA.Injector.dll and b/Libraries/IPA.Injector.dll differ diff --git a/Libraries/IPA.Loader.dll b/Libraries/IPA.Loader.dll index 82fbd62e..ae558a0d 100644 Binary files a/Libraries/IPA.Loader.dll and b/Libraries/IPA.Loader.dll differ diff --git a/Libraries/Newtonsoft.Json.dll b/Libraries/Newtonsoft.Json.dll index e4a63399..af2457f4 100644 Binary files a/Libraries/Newtonsoft.Json.dll and b/Libraries/Newtonsoft.Json.dll differ diff --git a/Source/CustomAvatar/Plugin.cs b/Source/CustomAvatar/Plugin.cs index 2b57d790..fe7f95db 100644 --- a/Source/CustomAvatar/Plugin.cs +++ b/Source/CustomAvatar/Plugin.cs @@ -83,7 +83,7 @@ public void OnEnable() [OnDisable] public void OnDisable() { - _harmony.UnpatchAll(_harmony.Id); + _harmony.UnpatchSelf(); } } } diff --git a/Source/CustomAvatar/manifest.json b/Source/CustomAvatar/manifest.json index 8b5976fe..7e3043c0 100644 --- a/Source/CustomAvatar/manifest.json +++ b/Source/CustomAvatar/manifest.json @@ -8,8 +8,8 @@ "name": "Custom Avatars", "version": "5.2.10+dev", "dependsOn": { - "BSIPA": "^4.0.0", - "BeatSaberMarkupLanguage": "^1.4.0", + "BSIPA": "^4.2.1", + "BeatSaberMarkupLanguage": "^1.6.0", "DynamicOpenVR": ">=0.3.2 <=0.4.0", "SiraUtil": "^3.0.0-rc1" },