[DesktopVRIK] Potential fix for PlayerSetup.ResetIk not running in Halfbody.

This commit is contained in:
NotAKidoS 2023-08-14 19:32:28 -05:00
parent a068a22bf6
commit 4f7472ef91
2 changed files with 2 additions and 1 deletions

View file

@ -106,6 +106,7 @@ internal class PlayerSetupPatches
{ {
try try
{ {
__runOriginal = true;
if (IKManager.Instance == null) if (IKManager.Instance == null)
return; return;

View file

@ -19,6 +19,6 @@
], ],
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r18/DesktopVRIK.dll", "downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r18/DesktopVRIK.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/DesktopVRIK/", "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" "embedcolor": "#9b59b6"
} }