1
0
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:
Jbleezy
2023-04-13 04:01:23 -07:00
parent 599a4cb23d
commit a3039a4876

View File

@ -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 ) )