From 6025943fed307b4e3c38540538909f223a7c8bd2 Mon Sep 17 00:00:00 2001 From: Petr Mikheev Date: Sat, 5 Nov 2022 16:30:44 +0100 Subject: [PATCH] Add missing content=builtin.omwscripts if openmw is started via openmw-cs (fixes #7056) --- apps/opencs/model/doc/runner.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/opencs/model/doc/runner.cpp b/apps/opencs/model/doc/runner.cpp index d647d6b498..0099cb2f94 100644 --- a/apps/opencs/model/doc/runner.cpp +++ b/apps/opencs/model/doc/runner.cpp @@ -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) {