mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix for SEAD flights not being correctly configured.
This commit is contained in:
parent
4424425dd4
commit
98b899c9c7
@ -218,7 +218,7 @@ class FlightPlanner:
|
|||||||
point.targets.append(location)
|
point.targets.append(location)
|
||||||
flight.points.append(point)
|
flight.points.append(point)
|
||||||
|
|
||||||
self.cas_flights.append(flight)
|
self.sead_flights.append(flight)
|
||||||
self.flights.append(flight)
|
self.flights.append(flight)
|
||||||
|
|
||||||
# Update inventory
|
# Update inventory
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user