Browse Source

Minor updates

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
792e8d771c
5 changed files with 1 additions and 2 deletions
  1. +0
    -1
      IPA.Injector/Injector.cs
  2. +1
    -1
      IPA.Loader/Loader/HarmonyProtector.cs
  3. BIN
      Refs/BeatSaberCustomUI.dll
  4. BIN
      Refs/Unity.TextMeshPro.dll
  5. BIN
      Refs/UnityEngine.CoreModule.Net4.dll

+ 0
- 1
IPA.Injector/Injector.cs View File

@ -104,7 +104,6 @@ namespace IPA.Injector
catch (Exception e)
{
Console.WriteLine(e);
throw;
}
}


+ 1
- 1
IPA.Loader/Loader/HarmonyProtector.cs View File

@ -29,7 +29,7 @@ namespace IPA.Loader
inst.Patch(target, new HarmonyMethod(patch));
}
private static void PatchProcessor_Patch_Prefix(PatchProcessor __instance, ref List<MethodBase> ___originals)
private static void PatchProcessor_Patch_Prefix(ref List<MethodBase> ___originals)
{
for (int i = 0; i < ___originals.Count; i++)
{


BIN
Refs/BeatSaberCustomUI.dll View File


BIN
Refs/Unity.TextMeshPro.dll View File


BIN
Refs/UnityEngine.CoreModule.Net4.dll View File


Loading…
Cancel
Save