From b268d094328fb43089187de25072ebf28ca6a781 Mon Sep 17 00:00:00 2001 From: Starfire13 <72491792+Starfire13@users.noreply.github.com> Date: Sat, 8 Nov 2025 00:33:25 +1100 Subject: [PATCH] Swap intra-flight and inter-flight radio indices (#608) --- resources/units/aircraft/FA-18C_hornet.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/units/aircraft/FA-18C_hornet.yaml b/resources/units/aircraft/FA-18C_hornet.yaml index 8b69476a..ae4173d9 100644 --- a/resources/units/aircraft/FA-18C_hornet.yaml +++ b/resources/units/aircraft/FA-18C_hornet.yaml @@ -46,8 +46,8 @@ radios: # assigned frequency. Since the F/A-18's two radios are both AN/ARC-210s, # radio 1 will be compatible regardless of which frequency is assigned, so # we must use radio 1 for the intra-flight radio. - intra_flight_radio_index: 1 - inter_flight_radio_index: 2 + intra_flight_radio_index: 2 + inter_flight_radio_index: 1 utc_kneeboard: true # default_overrides: # HelmetMountedDevice: 1 @@ -69,4 +69,4 @@ tasks: Strike: 600 TARCAP: 450 -has_built_in_ecm: true \ No newline at end of file +has_built_in_ecm: true