mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 13:45:34 +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
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ void CSMDoc::Runner::start(bool delayed)
|
|||
arguments << "--data=\"" + Files::pathToQString(mProjectPath.parent_path()) + "\"";
|
||||
|
||||
arguments << "--replace=content";
|
||||
arguments << "--content=builtin.omwscripts";
|
||||
|
||||
for (const auto& mContentFile : mContentFiles)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue