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

Grief: fix player position and angle on round start freeze

Optimize round start freeze code
This commit is contained in:
Jbleezy
2022-01-03 17:41:15 -08:00
parent b1a6ae9abe
commit 1d71e4b6b5
2 changed files with 10 additions and 12 deletions

View File

@ -237,6 +237,8 @@ zombie_goto_round(target_round)
maps/mp/zombies/_zm_game_module::respawn_players();
wait 0.05; // let all players fully respawn
level thread player_respawn_award();
level thread scripts/zm/zgrief/zgrief_reimagined::round_start_wait(5);
@ -244,8 +246,6 @@ zombie_goto_round(target_round)
player_respawn_award()
{
wait 0.05; // let all players fully respawn
maps/mp/zombies/_zm::award_grenades_for_survivors();
players = get_players();
foreach(player in players)