Merge pull request #203 from Pax1601/146-add-in-game-clock-time-to-data-stream

Implemented
This commit is contained in:
Pax1601 2023-04-21 19:10:31 +02:00 committed by GitHub
commit e04e4b2dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -553,7 +553,10 @@ function Olympus.setMissionData(arg, time)
local mission = {}
mission.theatre = env.mission.theatre
mission.time = DCS.getRealTime()
mission.elapsedTime = DCS.getRealTime()
mission.time = mist.time.getDHMS(timer.getAbsTime())
mission.startTime = env.mission.start_time
mission.date = env.mission.date
-- Assemble missionData table
missionData["bullseyes"] = bullseyes