mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
[AlternateIKSystem] Make resharper shut up
This commit is contained in:
parent
3f4de3ed7f
commit
dc2916e8e6
3 changed files with 5 additions and 6 deletions
|
@ -109,6 +109,6 @@ internal class IKSystemPatches
|
|||
private static void Prefix_IKSystem_InitializeAvatar(ref bool __runOriginal)
|
||||
{
|
||||
// Don't setup with native IKSystem
|
||||
__runOriginal = !ModSettings.EntryEnabled.Value;
|
||||
__runOriginal &= !ModSettings.EntryEnabled.Value;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue