Re-added player menus

This commit is contained in:
FlightControl_Master 2017-12-22 12:05:14 +01:00
parent 2e195e6dca
commit ee6a553b6b

View File

@ -740,7 +740,7 @@ function DATABASE:_EventOnBirth( Event )
self:AddPlayer( Event.IniUnitName, PlayerName )
end
local Settings = SETTINGS:Set( PlayerName )
--Settings:SetPlayerMenu( Event.IniUnit )
Settings:SetPlayerMenu( Event.IniUnit )
--MENU_INDEX:Refresh( Event.IniGroup )
end
end