Skip to content

Commit

Permalink
Use FlightPlans.Active instead of 0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueberryKing committed Sep 27, 2023
1 parent 4a00840 commit f93ae56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@ export class FlightPlanManager {
* Is the transition level for the destination in the *active* flight plan from the database?
*/
get destinationTransitionLevelIsFromDb(): boolean {
return this.getDestinationTransitionLevelIsFromDb(0);
return this.getDestinationTransitionLevelIsFromDb(FlightPlans.Active);
}

/**
Expand Down

0 comments on commit f93ae56

Please sign in to comment.