diff --git a/Moose Development/Moose/Ops/ATIS.lua b/Moose Development/Moose/Ops/ATIS.lua index 6eca5b64a..143364103 100644 --- a/Moose Development/Moose/Ops/ATIS.lua +++ b/Moose Development/Moose/Ops/ATIS.lua @@ -2512,7 +2512,7 @@ function ATIS:onafterBroadcast( From, Event, To ) if not self.ATISforFARPs then -- Active runway. - local subtitle + local subtitle = "" if runwayLanding then local actrun = self.gettext:GetEntry("ACTIVELANDING",self.locale) --subtitle=string.format("Active runway landing %s", runwayLanding)