#ATIS - do not say runway twice if departure and arrival is the same

This commit is contained in:
Applevangelist 2024-07-18 16:08:00 +02:00
parent 8087c87027
commit d2d0659776

View File

@ -2631,7 +2631,7 @@ function ATIS:onafterBroadcast( From, Event, To )
if not self.ATISforFARPs then
-- Active runway.
local subtitle = ""
if runwayLanding then
if runwayLanding and runwayLanding ~= runwayTakeoff then
local actrun = self.gettext:GetEntry("ACTIVELANDING",self.locale)