Fixed issue with menu system Planned Tasks

There was a problem that when multiiple groups were part of the attack
set, then the menus for planned tasks were not correctly generated.
This commit is contained in:
FlightControl_Master
2017-07-25 16:29:57 +02:00
parent c3ee9306f3
commit 713e741299
3 changed files with 20 additions and 17 deletions
@@ -207,6 +207,7 @@ function COMMANDCENTER:New( CommandCenterPositionable, CommandCenterName )
local PlayerGroup = EventData.IniGroup -- The GROUP object should be filled!
Mission:JoinUnit( PlayerUnit, PlayerGroup )
end
self:SetMenu()
end
)