From 42e4c0bd4c62c13c195c117c48b9c17232166210 Mon Sep 17 00:00:00 2001 From: t0stiman <18124323+t0stiman@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:00:32 +0100 Subject: [PATCH] RR experimental 2026.6.8 compatibility --- doot/src/Patches/HornPlayer_Patch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doot/src/Patches/HornPlayer_Patch.cs b/doot/src/Patches/HornPlayer_Patch.cs index 8916c31..d20ff11 100644 --- a/doot/src/Patches/HornPlayer_Patch.cs +++ b/doot/src/Patches/HornPlayer_Patch.cs @@ -4,7 +4,7 @@ using HarmonyLib; namespace doot.Patches; [HarmonyPatch(typeof(HornPlayer))] -[HarmonyPatch(nameof(HornPlayer.Start))] +[HarmonyPatch(nameof(HornPlayer.OnEnable))] public class HornPlayer_Patch { private static void Postfix(ref HornPlayer __instance)