From 78519a773a089ffdf22f14565d59b2e85dbb0904 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Sat, 3 Feb 2024 10:26:53 +0100 Subject: [PATCH] Removed the UI script check, SKSE scripts are pre-packaged now --- source/Enderal DLL/src/Main.cpp | 4 ---- 1 file changed, 4 deletions(-) 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();