1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 05:45:35 +00:00

Merge branch 'fix_7056' into 'master'

Add missing content=builtin.omwscripts if openmw is started via openmw-cs

Closes #7056

See merge request OpenMW/openmw!2496

(cherry picked from commit c2b495a187)

6025943f Add missing content=builtin.omwscripts if openmw is started via openmw-cs (fixes #7056)
This commit is contained in:
psi29a 2022-11-07 11:44:35 +00:00
parent be89953368
commit e1e7f3e135

View file

@ -84,6 +84,7 @@ void CSMDoc::Runner::start (bool delayed)
QString::fromUtf8 (("--data=\""+mProjectPath.parent_path().string()+"\"").c_str());
arguments << "--replace=content";
arguments << "--content=builtin.omwscripts";
for (std::vector<std::string>::const_iterator iter (mContentFiles.begin());
iter!=mContentFiles.end(); ++iter)