From cd4ef8ae321385bccb1b81cbc2807569c644e805 Mon Sep 17 00:00:00 2001 From: Khopa Date: Tue, 23 Jun 2020 11:46:57 +0200 Subject: [PATCH] Fix frequency for P-47 --- gen/aircraft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/aircraft.py b/gen/aircraft.py index b3de23cd..b7c969b3 100644 --- a/gen/aircraft.py +++ b/gen/aircraft.py @@ -90,7 +90,7 @@ class AircraftConflictGenerator: if unit_type in helicopters.helicopter_map.values() and unit_type not in [UH_1H]: group.set_frequency(127.5) else: - if unit_type not in [P_51D_30_NA, P_51D, SpitfireLFMkIX, SpitfireLFMkIXCW, FW_190A8, FW_190D9, Bf_109K_4]: + if unit_type not in [P_51D_30_NA, P_51D, SpitfireLFMkIX, SpitfireLFMkIXCW, FW_190A8, FW_190D9, Bf_109K_4, P_47D_30]: group.set_frequency(251.0) else: # WW2