mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
UHF Intraflight Frequency for Player and Clients A-10C
In the mission editor, using a VHF frequency for a Player or Client A-10C results in an error. Changed the radio definitions to use AN/ARC-164 for intraflight comms.
This commit is contained in:
parent
83f221c5e3
commit
5e35efcaef
@ -374,7 +374,7 @@ class AircraftData:
|
||||
AIRCRAFT_DATA: Dict[str, AircraftData] = {
|
||||
"A-10C": AircraftData(
|
||||
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"),
|
||||
channel_allocator=WarthogRadioChannelAllocator()
|
||||
),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user