[AlternateIKSystem] Make resharper shut up

This commit is contained in:
NotAKidoS 2023-07-14 04:14:11 -05:00
parent 3f4de3ed7f
commit dc2916e8e6
3 changed files with 5 additions and 6 deletions

View file

@ -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;
}
}