diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index 4f69aa4f..ab7bfc32 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -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);