Fix CAS not having landing waypoints.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2611.
This commit is contained in:
Dan Albert 2022-12-03 16:21:27 -08:00
parent 3863b8ef40
commit 20937815f8
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ Saves from 6.0.0 are compatible with 6.1.0
## Fixes
* **[Flight Planning]** Fixes CAS flights not having landing waypoints.
* **[UI]** Fixed an issue where manual submit of mission results did not end the mission correctly.
# 6.0.0

View File

@ -29,7 +29,7 @@ class CasLayout(PatrollingLayout):
yield self.target
yield self.patrol_end
yield from self.nav_from
yield self.departure
yield self.arrival
if self.divert is not None:
yield self.divert
yield self.bullseye