mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 13:49:33 -05:00
Set party_solo dvar to 0 when leaving private match lobby
This commit is contained in:
parent
a3eb4df263
commit
a762b10bd8
@ -445,6 +445,7 @@ CoD.PrivateGameLobby.LeaveLobby_Project_Zombie_After_Animation = function(Privat
|
||||
end
|
||||
|
||||
CoD.PrivateGameLobby.LeaveLobby_Project_Zombie = function(PrivateGameLobbyWidget, ClientInstance)
|
||||
Engine.SetDvar("party_solo", 0)
|
||||
PrivateGameLobbyWidget.leaveType = ClientInstance.name
|
||||
CoD.GameGlobeZombie.gameGlobe.currentMenu = PrivateGameLobbyWidget
|
||||
if PrivateGameLobbyWidget.menuName == "TheaterLobby" then
|
||||
|
Loading…
x
Reference in New Issue
Block a user