Skip to content

Commit

Permalink
broken: throw exception during patching to test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
coloursofnoise committed Oct 1, 2021
1 parent 1d261b3 commit 77e2637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Celeste.Mod.mm/MonoModRules.cs
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,8 @@ public static void PatchTrackableStrawberryCheck(MethodDefinition method, Custom
instrs[instri].Operand = m_TrackableContains;
}
}

throw new Exception("This exception was thrown on purpose for testing reasons. DO NOT USE THIS BUILD");
}

public static void PatchLevelDataBerryTracker(MethodDefinition method, CustomAttribute attrib) {
Expand Down

0 comments on commit 77e2637

Please sign in to comment.