mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Use the Missions directory for state fall back.
Useful for servers that do not allow access to other paths.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user