Skip to content

Commit

Permalink
fix: remove bad PatchInfo line that throws
Browse files Browse the repository at this point in the history
  • Loading branch information
RobynLlama committed Aug 20, 2024
1 parent bccac99 commit 6a3ffc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UnityDebuggerAssistant/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ We assign it here
harmony.PatchAll(typeof(ExceptionPatches));

PatchStorage.AddPatchInformation(typeof(HarmonyPatchMarshal).GetMethod("RunMarshal"), this.GetType().Assembly);
PatchStorage.AddPatchInformation(typeof(ExceptionHandler).GetMethod("DebugThrow"), this.GetType().Assembly);

//Uncomment this to get a demo exception to test with
//ExceptionHandler.DebugThrow();
Expand Down

0 comments on commit 6a3ffc8

Please sign in to comment.