From 67248a290cc3b93a68e77d7141bd52c36f1b38e7 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Fri, 17 Nov 2023 11:04:33 +0100 Subject: [PATCH 1/2] ATIS small fix --- Moose Development/Moose/Ops/ATIS.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From 7868930fcb3a3133412c086cba8276c476cb740d Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Fri, 17 Nov 2023 11:05:22 +0100 Subject: [PATCH 2/2] ATIS --- Moose Development/Moose/Ops/ATIS.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)