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:
C. Perreau 2020-09-27 19:09:33 +02:00 committed by GitHub
commit ddb50e6254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"), # VHF for intraflight is not accepted anymore by DCS (see https://forums.eagle.ru/showthread.php?p=4499738)
channel_allocator=WarthogRadioChannelAllocator()
),