mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix CAS not having landing waypoints.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2611.
This commit is contained in:
parent
3863b8ef40
commit
20937815f8
@ -14,6 +14,7 @@ Saves from 6.0.0 are compatible with 6.1.0
|
|||||||
|
|
||||||
## Fixes
|
## 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.
|
* **[UI]** Fixed an issue where manual submit of mission results did not end the mission correctly.
|
||||||
|
|
||||||
# 6.0.0
|
# 6.0.0
|
||||||
|
|||||||
@ -29,7 +29,7 @@ class CasLayout(PatrollingLayout):
|
|||||||
yield self.target
|
yield self.target
|
||||||
yield self.patrol_end
|
yield self.patrol_end
|
||||||
yield from self.nav_from
|
yield from self.nav_from
|
||||||
yield self.departure
|
yield self.arrival
|
||||||
if self.divert is not None:
|
if self.divert is not None:
|
||||||
yield self.divert
|
yield self.divert
|
||||||
yield self.bullseye
|
yield self.bullseye
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user