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

Grief: make round timer reset on round reset

This commit is contained in:
Jbleezy
2021-12-05 18:45:02 -08:00
parent b6330db84f
commit ecaadb253e

View File

@ -402,6 +402,13 @@ round_timer_hud()
round_timer_hud setTimerUp(0);
start_time = int(getTime() / 1000);
if ( getDvar( "g_gametype" ) == "zgrief" )
{
level waittill( "restart_round" );
continue;
}
level waittill( "end_of_round" );
end_time = int(getTime() / 1000);