mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 20:45:34 +00:00
Add missing content=builtin.omwscripts if openmw is started via openmw-cs (fixes #7056)
This commit is contained in:
parent
084396f29e
commit
6025943fed
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