added a comment that links to my forum post

This commit is contained in:
David Pierron 2020-09-25 11:33:07 +02:00
parent 5e35efcaef
commit 66f607b5e6

View File

@ -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-164"), 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()
), ),