mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix exceptions thrown for Armed Recon
This commit is contained in:
parent
d2c45c97fe
commit
f12a1350ce
@ -962,6 +962,7 @@ class PretenseAircraftGenerator:
|
||||
elif (
|
||||
flight.flight_type == FlightType.STRIKE
|
||||
or flight.flight_type == FlightType.BAI
|
||||
or flight.flight_type == FlightType.ARMED_RECON
|
||||
):
|
||||
for cp in control_points_to_scan:
|
||||
if cp.coalition == flight.coalition or cp == flight.departure:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user