Skip to content

Commit

Permalink
fix: costindex -> cruiseFlightLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
Saschl committed May 22, 2024
1 parent 4084876 commit a52df47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4695,7 +4695,7 @@ class FMCMainDisplay extends BaseAirliners {
const plan = this.currFlightPlanService.active;

if (plan) {
return plan.performanceData.costIndex;
return plan.performanceData.cruiseFlightLevel;
}

return undefined;
Expand Down

0 comments on commit a52df47

Please sign in to comment.