Update Main.cs

This commit is contained in:
NotAKidoS 2023-05-19 03:24:12 -05:00
parent 31d3a76f42
commit b37ebb4683

View file

@ -31,7 +31,6 @@ public class IKFixes : MelonMod
public static readonly MelonPreferences_Entry<bool> EntryNetIKPass =
Category.CreateEntry("Network IK Pass", true, description: "Should NetIK pass be run?");
public override void OnInitializeMelon()
{
ApplyPatches(typeof(HarmonyPatches.VRIKPatches));