mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +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
@ -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…
Reference in New Issue
Block a user