Merge pull request #2192 from FlightControl-Master/master

Update Mantis.lua
This commit is contained in:
Thomas
2024-12-03 18:10:06 +01:00
committed by GitHub

View File

@@ -1449,7 +1449,7 @@ do
-- @return #string type Long, medium or short range -- @return #string type Long, medium or short range
-- @return #number blind "blind" spot -- @return #number blind "blind" spot
function MANTIS:_GetSAMRange(grpname) function MANTIS:_GetSAMRange(grpname)
self:I(self.lid.."_GetSAMRange for "..tostring(grpname)) self:T(self.lid.."_GetSAMRange for "..tostring(grpname))
local range = self.checkradius local range = self.checkradius
local height = 3000 local height = 3000
local type = MANTIS.SamType.MEDIUM local type = MANTIS.SamType.MEDIUM