mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Merge pull request #151 from VEAF/UHF-intraflight-frequency-for-Player-and-Clients-A-10C
UHF Intraflight Frequency for Player and Clients A-10C
This commit is contained in:
commit
ddb50e6254
@ -374,7 +374,7 @@ class AircraftData:
|
|||||||
AIRCRAFT_DATA: Dict[str, AircraftData] = {
|
AIRCRAFT_DATA: Dict[str, AircraftData] = {
|
||||||
"A-10C": AircraftData(
|
"A-10C": AircraftData(
|
||||||
inter_flight_radio=get_radio("AN/ARC-164"),
|
inter_flight_radio=get_radio("AN/ARC-164"),
|
||||||
intra_flight_radio=get_radio("AN/ARC-186(V) AM"),
|
intra_flight_radio=get_radio("AN/ARC-164"), # VHF for intraflight is not accepted anymore by DCS (see https://forums.eagle.ru/showthread.php?p=4499738)
|
||||||
channel_allocator=WarthogRadioChannelAllocator()
|
channel_allocator=WarthogRadioChannelAllocator()
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user