mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix aircrafts landing point
This commit is contained in:
parent
6317f376b7
commit
1f240b02f4
@ -952,6 +952,7 @@ class AircraftConflictGenerator:
|
||||
# pt.tasks.append(engagetgt)
|
||||
elif point.waypoint_type == FlightWaypointType.LANDING_POINT:
|
||||
pt.type = "Land"
|
||||
pt.action = PointAction.Landing
|
||||
elif point.waypoint_type == FlightWaypointType.INGRESS_STRIKE:
|
||||
|
||||
if group.units[0].unit_type == B_17G:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user