tweaked the save function apply command

This commit is contained in:
Dubjunk 2019-06-23 23:15:20 +02:00
parent f2866cda0c
commit 6901f74d08
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
if (KPLIB_param_savedebug) then {["Mission module saving...", "SAVE"] call KPLIB_fnc_common_log;};
// Modify the data which will be saved
private _timeData = (MGVAR("timeCheck", [])) apply {(_x select 1) = (_x select 1) - diag_tickTime};
private _timeData = (MGVAR("timeCheck", [])) apply {[_x select 0, (_x select 1) - diag_tickTime]};
// Set module data to save and send it to the global save data array
["mission",