mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +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:
parent
15ed0e733a
commit
fd545fbc79
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user