Removed the UI script check, SKSE scripts are pre-packaged now
This commit is contained in:
parent
c5639c56cf
commit
78519a773a
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user