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

Grief: no enemies during round start wait fix

This commit is contained in:
Jbleezy
2021-12-07 18:51:30 -08:00
parent 4f59080f27
commit e5973b4f94

View File

@ -270,6 +270,8 @@ wait_for_team_death_and_round_end()
zombie_goto_round(target_round)
{
level endon( "end_game" );
level notify( "restart_round" );
if ( target_round < 1 )