Fix saving mission file

pull/1984/head
Scavanger 7 months ago
parent 841b05ccd7
commit 9412773006

@ -3387,7 +3387,7 @@ TABS.mission_control.initialize = function (callback) {
'landheading2': approach.getLandHeading2(),
'sealevel-ref': approach.getIsSeaLevelRef() ? 'true' : 'false'
}};
data.fw_approach.push(item);
data.fwapproach.push(item);
}
approachIdx++;
}

Loading…
Cancel
Save