diff --git a/IKFixes/Main.cs b/IKFixes/Main.cs index 373320f..5e8388e 100644 --- a/IKFixes/Main.cs +++ b/IKFixes/Main.cs @@ -31,7 +31,6 @@ public class IKFixes : MelonMod public static readonly MelonPreferences_Entry EntryNetIKPass = Category.CreateEntry("Network IK Pass", true, description: "Should NetIK pass be run?"); - public override void OnInitializeMelon() { ApplyPatches(typeof(HarmonyPatches.VRIKPatches));