From 693afb7949a0b9712141ca6ea7f8f79aed2f683f Mon Sep 17 00:00:00 2001 From: Adam Clemons Date: Sun, 4 Sep 2022 18:42:54 -0500 Subject: [PATCH] Use the Missions directory for state fall back. Useful for servers that do not allow access to other paths. --- resources/plugins/base/dcs_liberation.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/plugins/base/dcs_liberation.lua b/resources/plugins/base/dcs_liberation.lua index 2fdc80ac..321a6cf1 100644 --- a/resources/plugins/base/dcs_liberation.lua +++ b/resources/plugins/base/dcs_liberation.lua @@ -112,7 +112,7 @@ local function discoverDebriefingFilePath() -- nothing worked, let's try the last resort folder : current directory. if lfs then - return testDebriefingFilePath(lfs.writedir(), "the working directory", useCurrentStamping) + return testDebriefingFilePath(lfs.writedir().."Missions\\", "the working directory", useCurrentStamping) end return nil