Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist 2024-07-18 16:08:22 +02:00
commit 124262667e

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)