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

Race: remove final round HUD message

This commit is contained in:
Jbleezy
2023-03-04 01:43:34 -08:00
parent ddf39e8b1b
commit fb00fb1540

View File

@ -2369,11 +2369,6 @@ race_think()
if(level.round_number >= 20) if(level.round_number >= 20)
{ {
foreach(player in players)
{
player thread show_grief_hud_msg("Final Round!");
}
return; return;
} }
} }