Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuwu committed Jul 12, 2024
1 parent 425ce08 commit dc2ab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AT3/AT3Tags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ void AT3Tags::OnGetTagItem(CFlightPlan FlightPlan, CRadarTarget RadarTarget, int
tagOutput = GetVSIndicator(FlightPlan, RadarTarget);
break;
case TAG_ITEM_AT3_ARRIVAL_RWY:
tagOutput = GetArrivalRwy(FlightPlan, RadarTarget);
tagOutput = GetFormattedArrivalRwy(FlightPlan, RadarTarget);
break;
default:
tagOutput = "";
Expand Down

0 comments on commit dc2ab81

Please sign in to comment.