Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
refactor(MeetingIntroPatch): use init method
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSugden committed Aug 1, 2021
1 parent 402f5f0 commit 81b79b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Patches/MeetingIntroPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static void Postfix() =>
Utils.ShowDeadBodies = PlayerControl.LocalPlayer.Data.IsDead;
}

[HarmonyPatch(typeof(MeetingIntroAnimation), nameof(MeetingIntroAnimation.CoRun))]
[HarmonyPatch(typeof(MeetingIntroAnimation), nameof(MeetingIntroAnimation.Init))]
public static class IntroPatch
{
public static void Prefix(
Expand Down

0 comments on commit 81b79b4

Please sign in to comment.