mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Search & Rez: remove survive to win message on tie round
This commit is contained in:
@ -189,6 +189,7 @@ round_end(winner)
|
|||||||
foreach (player in players)
|
foreach (player in players)
|
||||||
{
|
{
|
||||||
player thread [[level.show_grief_hud_msg_func]]( &"ZOMBIE_GRIEF_RESET" );
|
player thread [[level.show_grief_hud_msg_func]]( &"ZOMBIE_GRIEF_RESET" );
|
||||||
|
player thread [[level.show_grief_hud_msg_func]]( "", undefined, 30 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user