RR experimental 2026.6.8 compatibility

master
t0stiman 2025-02-03 17:00:32 +01:00
parent bd9ee968f5
commit 42e4c0bd4c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ using HarmonyLib;
namespace doot.Patches; namespace doot.Patches;
[HarmonyPatch(typeof(HornPlayer))] [HarmonyPatch(typeof(HornPlayer))]
[HarmonyPatch(nameof(HornPlayer.Start))] [HarmonyPatch(nameof(HornPlayer.OnEnable))]
public class HornPlayer_Patch public class HornPlayer_Patch
{ {
private static void Postfix(ref HornPlayer __instance) private static void Postfix(ref HornPlayer __instance)