From 20f881f0a9c37d575532e16b25260abfad0ed450 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Sun, 7 Jan 2024 15:40:08 +0100 Subject: [PATCH] #AWACS * Picture clean, correct order of callsigns --- Moose Development/Moose/Ops/Awacs.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Moose Development/Moose/Ops/Awacs.lua b/Moose Development/Moose/Ops/Awacs.lua index 704f52f6f..234d727de 100644 --- a/Moose Development/Moose/Ops/Awacs.lua +++ b/Moose Development/Moose/Ops/Awacs.lua @@ -507,7 +507,7 @@ do -- @field #AWACS AWACS = { ClassName = "AWACS", -- #string - version = "0.2.60", -- #string + version = "0.2.61", -- #string lid = "", -- #string coalition = coalition.side.BLUE, -- #number coalitiontxt = "blue", -- #string @@ -2948,7 +2948,7 @@ function AWACS:_Picture(Group,IsGeneral) if not self.intel then -- no intel yet! local picclean = self.gettext:GetEntry("PICCLEAN",self.locale) - text = string.format(picclean,self.callsigntxt, gcallsign) + text = string.format(picclean,gcallsign,self.callsigntxt) textScreen = text self:_NewRadioEntry(text,text,GID,false,true,true,false)