Fixed stuff for multi player

This commit is contained in:
FlightControl_Master
2018-04-11 17:00:11 +02:00
parent 1ae1b9abd7
commit faa934ffce
7 changed files with 16 additions and 22 deletions

View File

@@ -246,7 +246,7 @@ do -- MENU_BASE
-- @param #boolean RemoveParent If true, the parent menu is automatically removed when this menu is the last child menu of that parent @{Menu}.
-- @return #MENU_BASE
function MENU_BASE:SetRemoveParent( RemoveParent )
self:F( { RemoveParent } )
--self:F( { RemoveParent } )
self.MenuRemoveParent = RemoveParent
return self
end