diff --git a/NewHorizons/Patches/RaftPatches.cs b/NewHorizons/Patches/RaftPatches.cs index 23ff888a..b6f214ac 100644 --- a/NewHorizons/Patches/RaftPatches.cs +++ b/NewHorizons/Patches/RaftPatches.cs @@ -4,7 +4,7 @@ using UnityEngine; namespace NewHorizons.Patches { [HarmonyPatch] - public class RaftPatches : HarmonyPatch + public static class RaftPatches { [HarmonyPrefix] [HarmonyPatch(typeof(RaftController), nameof(RaftController.FixedUpdate))]