1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 07:08:06 -05:00

Search & Rez: remove survive to win message on tie round

This commit is contained in:
Jbleezy
2023-03-21 15:30:51 -07:00
parent fb677b65ed
commit 4a08dcee3f

View File

@ -189,6 +189,7 @@ round_end(winner)
foreach (player in players)
{
player thread [[level.show_grief_hud_msg_func]]( &"ZOMBIE_GRIEF_RESET" );
player thread [[level.show_grief_hud_msg_func]]( "", undefined, 30 );
}
}
}