diff --git a/DesktopVRIK/HarmonyPatches.cs b/DesktopVRIK/HarmonyPatches.cs index 8d2a085..eb6a564 100644 --- a/DesktopVRIK/HarmonyPatches.cs +++ b/DesktopVRIK/HarmonyPatches.cs @@ -106,6 +106,7 @@ internal class PlayerSetupPatches { try { + __runOriginal = true; if (IKManager.Instance == null) return; diff --git a/DesktopVRIK/format.json b/DesktopVRIK/format.json index 76efdd2..a641052 100644 --- a/DesktopVRIK/format.json +++ b/DesktopVRIK/format.json @@ -19,6 +19,6 @@ ], "downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r18/DesktopVRIK.dll", "sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/DesktopVRIK/", - "changelog": "- Added a tempfix for LookAtIK causing issues after exiting an emote.", + "changelog": "- Potential fix for PlayerSetup.ResetIk not running in Halfbody.", "embedcolor": "#9b59b6" } \ No newline at end of file