mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Will now append the date and time in the Pretense savefile, mitigating risks of missions script errors when trying to load a savefile from a previously generated mission.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
local savefile = 'pretense_1.1.json'
|
||||
if lfs then
|
||||
if lfs then
|
||||
local dir = lfs.writedir()..'Missions/Saves/'
|
||||
lfs.mkdir(dir)
|
||||
savefile = dir..savefile
|
||||
|
||||
Reference in New Issue
Block a user