mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 07:37:56 -05:00
Grief: make round timer reset on round reset
This commit is contained in:
@ -402,6 +402,13 @@ round_timer_hud()
|
|||||||
round_timer_hud setTimerUp(0);
|
round_timer_hud setTimerUp(0);
|
||||||
start_time = int(getTime() / 1000);
|
start_time = int(getTime() / 1000);
|
||||||
|
|
||||||
|
if ( getDvar( "g_gametype" ) == "zgrief" )
|
||||||
|
{
|
||||||
|
level waittill( "restart_round" );
|
||||||
|
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
level waittill( "end_of_round" );
|
level waittill( "end_of_round" );
|
||||||
|
|
||||||
end_time = int(getTime() / 1000);
|
end_time = int(getTime() / 1000);
|
||||||
|
Reference in New Issue
Block a user