mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix : Interceptor groups can have custom waypoints.
This commit is contained in:
parent
c9a3af6065
commit
14ceb0abc6
@ -384,6 +384,8 @@ class AircraftConflictGenerator:
|
||||
group.points[0].ETA = 0
|
||||
group.late_activation = True
|
||||
self._setup_group(group, Intercept, flight.client_count)
|
||||
for point in flight.points:
|
||||
group.add_waypoint(Point(point.x,point.y), point.alt)
|
||||
|
||||
|
||||
def setup_group_as_cap_flight(self, group, flight):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user