mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixes for tasking
This commit is contained in:
@@ -223,7 +223,7 @@ function MISSION:New( CommandCenter, MissionName, MissionPriority, MissionBriefi
|
||||
|
||||
-- Private implementations
|
||||
|
||||
|
||||
CommandCenter:SetMenu()
|
||||
|
||||
return self
|
||||
end
|
||||
|
||||
@@ -524,7 +524,8 @@ end
|
||||
-- @return #boolean
|
||||
function TASK:HasGroup( FindGroup )
|
||||
|
||||
return self:GetGroups():IsIncludeObject( FindGroup )
|
||||
local SetAttackGroup = self:GetGroups()
|
||||
return SetAttackGroup:FindGroup(FindGroup)
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user