mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix frequency for P-47
This commit is contained in:
parent
93a4463f22
commit
cd4ef8ae32
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user