* AIRBASE.SouthAtlantic.Rio_Turbio

This commit is contained in:
Applevangelist 2023-01-25 17:56:03 +01:00
parent 3055793cff
commit 58032b0075

View File

@ -578,7 +578,7 @@ RANGE.MenuF10Root = nil
--- Range script version.
-- @field #string version
RANGE.version = "2.5.0"
RANGE.version = "2.5.1"
-- TODO list:
-- TODO: Verbosity level for messages.
@ -1214,6 +1214,11 @@ function RANGE:SetSRS(PathToSRS, Port, Coalition, Frequency, Modulation, Volume,
self.instructmsrs:SetLabel("RANGEI")
self.instructsrsQ = MSRSQUEUE:New("INSTRUCT")
if PathToGoogleKey then
self.instructmsrs:SetGoogle(PathToGoogleKey)
self.instructmsrs:SetGoogle(PathToGoogleKey)
end
else
self:E(self.lid..string.format("ERROR: No SRS path specified!"))
end