mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Fixes for tasking
This commit is contained in:
parent
03d215dc2a
commit
299fef16c1
@ -223,7 +223,7 @@ function MISSION:New( CommandCenter, MissionName, MissionPriority, MissionBriefi
|
|||||||
|
|
||||||
-- Private implementations
|
-- Private implementations
|
||||||
|
|
||||||
|
CommandCenter:SetMenu()
|
||||||
|
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|||||||
@ -524,7 +524,8 @@ end
|
|||||||
-- @return #boolean
|
-- @return #boolean
|
||||||
function TASK:HasGroup( FindGroup )
|
function TASK:HasGroup( FindGroup )
|
||||||
|
|
||||||
return self:GetGroups():IsIncludeObject( FindGroup )
|
local SetAttackGroup = self:GetGroups()
|
||||||
|
return SetAttackGroup:FindGroup(FindGroup)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE DYNAMIC INCLUDE START *** ' )
|
env.info( '*** MOOSE DYNAMIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20170509_1049' )
|
env.info( 'Moose Generation Timestamp: 20170509_1415' )
|
||||||
|
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user