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:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user