This commit is contained in:
FlightControl
2017-05-22 09:54:07 +02:00
parent 961658ee9a
commit 314032ba3d
7 changed files with 297 additions and 57 deletions

View File

@@ -122,6 +122,8 @@ function COMMANDCENTER:New( CommandCenterPositionable, CommandCenterName )
local PlayerGroup = EventData.IniGroup -- The GROUP object should be filled!
Mission:JoinUnit( PlayerUnit, PlayerGroup )
end
self:SetMenu()
_DATABASE:PlayerSettingsMenu( PlayerUnit )
end
end