From b37ebb46839d168f7f2cc01af6c79d318a9583cc Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Fri, 19 May 2023 03:24:12 -0500 Subject: [PATCH] Update Main.cs --- IKFixes/Main.cs | 1 - 1 file changed, 1 deletion(-) 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));