1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 12:20:41 +00:00

Add missing content=builtin.omwscripts if openmw is started via openmw-cs (fixes #7056)

This commit is contained in:
Petr Mikheev 2022-11-05 16:30:44 +01:00
parent 084396f29e
commit 6025943fed

View File

@ -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)
{