mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
INTEL
- Introduced pcall to getName() of detected objects. Found a problem with an object of ID 5,000,031
This commit is contained in:
@@ -132,7 +132,7 @@ function COHORT:New(TemplateGroupName, Ngroups, CohortName)
|
||||
|
||||
-- Mission range depends on
|
||||
if self.category==Group.Category.AIRPLANE then
|
||||
self:SetMissionRange(150)
|
||||
self:SetMissionRange(200)
|
||||
elseif self.category==Group.Category.HELICOPTER then
|
||||
self:SetMissionRange(150)
|
||||
elseif self.category==Group.Category.GROUND then
|
||||
|
||||
Reference in New Issue
Block a user