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

Grief: teams switch spawn points each round

This commit is contained in:
Jbleezy
2022-01-02 01:44:11 -08:00
parent 863cef13d1
commit 0952305f8b
3 changed files with 5 additions and 4 deletions

View File

@ -1705,7 +1705,5 @@ spawn_bots(num)
{
level.bots[i] = addtestclient();
}
wait 0.4;
}
}

View File

@ -231,6 +231,8 @@ zombie_goto_round(target_round)
}
}
set_game_var("switchedsides", !get_game_var("switchedsides"));
maps/mp/zombies/_zm_game_module::respawn_players();
level thread player_respawn_award();