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)