diff --git a/Moose Development/Moose/Ops/ATIS.lua b/Moose Development/Moose/Ops/ATIS.lua index 700cc74bd..e835c8885 100644 --- a/Moose Development/Moose/Ops/ATIS.lua +++ b/Moose Development/Moose/Ops/ATIS.lua @@ -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)