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:
parent
d16f6692b8
commit
693afb7949
@ -112,7 +112,7 @@ local function discoverDebriefingFilePath()
|
|||||||
|
|
||||||
-- nothing worked, let's try the last resort folder : current directory.
|
-- nothing worked, let's try the last resort folder : current directory.
|
||||||
if lfs then
|
if lfs then
|
||||||
return testDebriefingFilePath(lfs.writedir(), "the working directory", useCurrentStamping)
|
return testDebriefingFilePath(lfs.writedir().."Missions\\", "the working directory", useCurrentStamping)
|
||||||
end
|
end
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user