mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-17 10:21:11 +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
This commit is contained in:
commit
c2b495a187
@ -93,6 +93,7 @@ void CSMDoc::Runner::start(bool delayed)
|
|||||||
arguments << "--data=\"" + Files::pathToQString(mProjectPath.parent_path()) + "\"";
|
arguments << "--data=\"" + Files::pathToQString(mProjectPath.parent_path()) + "\"";
|
||||||
|
|
||||||
arguments << "--replace=content";
|
arguments << "--replace=content";
|
||||||
|
arguments << "--content=builtin.omwscripts";
|
||||||
|
|
||||||
for (const auto& mContentFile : mContentFiles)
|
for (const auto& mContentFile : mContentFiles)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user