mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#AWACS
* Fix custom AWACS callsign not observed
This commit is contained in:
parent
04abebfa10
commit
e4f1e1a57a
@ -495,7 +495,7 @@ do
|
|||||||
-- @field #AWACS
|
-- @field #AWACS
|
||||||
AWACS = {
|
AWACS = {
|
||||||
ClassName = "AWACS", -- #string
|
ClassName = "AWACS", -- #string
|
||||||
version = "0.2.41", -- #string
|
version = "0.2.42", -- #string
|
||||||
lid = "", -- #string
|
lid = "", -- #string
|
||||||
coalition = coalition.side.BLUE, -- #number
|
coalition = coalition.side.BLUE, -- #number
|
||||||
coalitiontxt = "blue", -- #string
|
coalitiontxt = "blue", -- #string
|
||||||
@ -2068,7 +2068,7 @@ function AWACS:_StartSettings(FlightGroup,Mission)
|
|||||||
|
|
||||||
--self.AwacsFG:SetSRS(self.PathToSRS,self.Gender,self.Culture,self.Voice,self.Port,self.PathToGoogleKey,"AWACS",self.Volume)
|
--self.AwacsFG:SetSRS(self.PathToSRS,self.Gender,self.Culture,self.Voice,self.Port,self.PathToGoogleKey,"AWACS",self.Volume)
|
||||||
|
|
||||||
self.callsigntxt = string.format("%s",AWACS.CallSignClear[self.CallSign])
|
self.callsigntxt = string.format("%s",self.CallSignClear[self.CallSign])
|
||||||
|
|
||||||
self:__CheckRadioQueue(10)
|
self:__CheckRadioQueue(10)
|
||||||
|
|
||||||
@ -2110,7 +2110,7 @@ function AWACS:_StartSettings(FlightGroup,Mission)
|
|||||||
|
|
||||||
--AwacsFG:SetSRS(self.PathToSRS,self.Gender,self.Culture,self.Voice,self.Port,nil,"AWACS")
|
--AwacsFG:SetSRS(self.PathToSRS,self.Gender,self.Culture,self.Voice,self.Port,nil,"AWACS")
|
||||||
|
|
||||||
self.callsigntxt = string.format("%s",AWACS.CallSignClear[self.CallSign])
|
self.callsigntxt = string.format("%s",self.CallSignClear[self.CallSign])
|
||||||
|
|
||||||
local shifting = self.gettext:GetEntry("SHIFTCHANGE",self.locale)
|
local shifting = self.gettext:GetEntry("SHIFTCHANGE",self.locale)
|
||||||
|
|
||||||
@ -5711,7 +5711,7 @@ function AWACS:onafterStart(From, Event, To)
|
|||||||
end
|
end
|
||||||
|
|
||||||
--self.AwacsFG:SetSRS(self.PathToSRS,self.Gender,self.Culture,self.Voice,self.Port,self.PathToGoogleKey,"AWACS",self.Volume)
|
--self.AwacsFG:SetSRS(self.PathToSRS,self.Gender,self.Culture,self.Voice,self.Port,self.PathToGoogleKey,"AWACS",self.Volume)
|
||||||
self.callsigntxt = string.format("%s",AWACS.CallSignClear[self.CallSign])
|
self.callsigntxt = string.format("%s",self.CallSignClear[self.CallSign])
|
||||||
self:__CheckRadioQueue(-10)
|
self:__CheckRadioQueue(-10)
|
||||||
|
|
||||||
local sunrise = self.gettext:GetEntry("SUNRISE",self.locale)
|
local sunrise = self.gettext:GetEntry("SUNRISE",self.locale)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user