From 5b77524c2fe31dcb169fe7f4b2f47f67a64b3493 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Sat, 24 Jan 2026 23:01:15 +0100 Subject: [PATCH] Fixed form type collisions VR check --- source/Enderal DLL/src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Enderal DLL/src/Main.cpp b/source/Enderal DLL/src/Main.cpp index 20b630260..6263deb7c 100644 --- a/source/Enderal DLL/src/Main.cpp +++ b/source/Enderal DLL/src/Main.cpp @@ -203,7 +203,7 @@ SKSEPluginLoad(const LoadInterface* skse) { Init(skse, false); InitializeMessaging(); - if (g_settings.at("WarnFormTypeCollisions") && !!REL::Module::IsVR()) { + if (g_settings.at("WarnFormTypeCollisions") && !REL::Module::IsVR()) { FormTypeCollisionDetector::Install(); }