Fixed form type collisions VR check
This commit is contained in:
parent
017db0cfe8
commit
5b77524c2f
@ -203,7 +203,7 @@ SKSEPluginLoad(const LoadInterface* skse) {
|
|||||||
Init(skse, false);
|
Init(skse, false);
|
||||||
InitializeMessaging();
|
InitializeMessaging();
|
||||||
|
|
||||||
if (g_settings.at("WarnFormTypeCollisions") && !!REL::Module::IsVR()) {
|
if (g_settings.at("WarnFormTypeCollisions") && !REL::Module::IsVR()) {
|
||||||
FormTypeCollisionDetector::Install();
|
FormTypeCollisionDetector::Install();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user