From 81b79b427069c14efa41964c9eecaa657233fc42 Mon Sep 17 00:00:00 2001 From: Sugden <28943913+NotSugden@users.noreply.github.com> Date: Sun, 1 Aug 2021 22:52:19 +0100 Subject: [PATCH] refactor(MeetingIntroPatch): use init method --- source/Patches/MeetingIntroPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Patches/MeetingIntroPatch.cs b/source/Patches/MeetingIntroPatch.cs index 9f2ed2d2b..9371e0aa3 100644 --- a/source/Patches/MeetingIntroPatch.cs +++ b/source/Patches/MeetingIntroPatch.cs @@ -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(