mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-12 08:08:00 -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)
|
||||
{
|
||||
if ( level.scr_zm_ui_gametype == "zgrief" )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
subtract_num = 0;
|
||||
|
||||
if ( isdefined( disconnecting_player ) )
|
||||
|
Reference in New Issue
Block a user