mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-26 23:20:34 -05:00
Grief: fix player angles on round start wait
This commit is contained in:
@ -849,6 +849,14 @@ round_start_wait(time, initial)
|
|||||||
|
|
||||||
flag_wait("initial_blackscreen_passed");
|
flag_wait("initial_blackscreen_passed");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
players = get_players();
|
||||||
|
foreach(player in players)
|
||||||
|
{
|
||||||
|
player setPlayerAngles(player.spectator_respawn.angles); // fixes angles if player was looking around while spawning in
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
level thread zombie_spawn_wait(time + 10);
|
level thread zombie_spawn_wait(time + 10);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user