diff --git a/source/Enderal DLL/src/Main.cpp b/source/Enderal DLL/src/Main.cpp index 20c00262..436dc9b4 100644 --- a/source/Enderal DLL/src/Main.cpp +++ b/source/Enderal DLL/src/Main.cpp @@ -84,10 +84,6 @@ namespace { } } - if (!RE::BSScript::Internal::VirtualMachine::GetSingleton()->TypeIsValid("UI")) { - RE::DebugMessageBox("Unable to detect SKSE scripts, make sure SKSE is properly installed."); - } - bool bScripts = RE::BSScript::Internal::VirtualMachine::GetSingleton()->TypeIsValid("PRKF__00E_CraftQuestPotionPe_0300146D"); bool bInterface = RE::BSResourceNiBinaryStream("interface/00e_heromenu.swf").good();