Merge pull request #340 from FragsAreUs/develop

Fixes issue of players not able to load into zm
This commit is contained in:
Maurice Heumann 2022-03-15 21:09:28 +01:00 committed by GitHub
commit 5aadada0eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,12 +78,6 @@ function menu_xboxlive(a1, a2)
Engine.ExecNow("eliteclan_refresh", Engine.GetFirstActiveController())
end
if Engine.IsZombiesMode() then
MenuData.MenuWaitForContent(menu, true, false, function()
MPLobbyOnline.ZombiesOnContentLoaded(menu)
end)
end
return menu
end