mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-14 09:08:02 -05:00
Encounter: don't change solo_game flag
This commit is contained in:
@ -1853,6 +1853,11 @@ end_game()
|
|||||||
|
|
||||||
check_quickrevive_for_hotjoin(disconnecting_player)
|
check_quickrevive_for_hotjoin(disconnecting_player)
|
||||||
{
|
{
|
||||||
|
if ( level.scr_zm_ui_gametype == "zgrief" )
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
subtract_num = 0;
|
subtract_num = 0;
|
||||||
|
|
||||||
if ( isdefined( disconnecting_player ) )
|
if ( isdefined( disconnecting_player ) )
|
||||||
|
Reference in New Issue
Block a user