diff --git a/IPA.Injector/Injector.cs b/IPA.Injector/Injector.cs index ecefca57..4172449d 100644 --- a/IPA.Injector/Injector.cs +++ b/IPA.Injector/Injector.cs @@ -104,7 +104,6 @@ namespace IPA.Injector catch (Exception e) { Console.WriteLine(e); - throw; } } diff --git a/IPA.Loader/Loader/HarmonyProtector.cs b/IPA.Loader/Loader/HarmonyProtector.cs index 3df4b20a..80e5a1f1 100644 --- a/IPA.Loader/Loader/HarmonyProtector.cs +++ b/IPA.Loader/Loader/HarmonyProtector.cs @@ -29,7 +29,7 @@ namespace IPA.Loader inst.Patch(target, new HarmonyMethod(patch)); } - private static void PatchProcessor_Patch_Prefix(PatchProcessor __instance, ref List ___originals) + private static void PatchProcessor_Patch_Prefix(ref List ___originals) { for (int i = 0; i < ___originals.Count; i++) { diff --git a/Refs/BeatSaberCustomUI.dll b/Refs/BeatSaberCustomUI.dll index 2500a5fb..0453b5d6 100644 Binary files a/Refs/BeatSaberCustomUI.dll and b/Refs/BeatSaberCustomUI.dll differ diff --git a/Refs/Unity.TextMeshPro.dll b/Refs/Unity.TextMeshPro.dll index 4a3242e5..60c90e50 100644 Binary files a/Refs/Unity.TextMeshPro.dll and b/Refs/Unity.TextMeshPro.dll differ diff --git a/Refs/UnityEngine.CoreModule.Net4.dll b/Refs/UnityEngine.CoreModule.Net4.dll index b6940600..6362cdf1 100644 Binary files a/Refs/UnityEngine.CoreModule.Net4.dll and b/Refs/UnityEngine.CoreModule.Net4.dll differ