- Introduced pcall to getName() of detected objects. Found a problem with an object of ID 5,000,031
This commit is contained in:
Frank
2021-10-06 22:03:02 +02:00
parent 653dfe82fa
commit f6dce02203
5 changed files with 40 additions and 57 deletions

View File

@@ -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