1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 15:48:05 -05:00

Grief: intro text shows when spawning for hotjoin players

This commit is contained in:
Jbleezy
2022-01-03 16:27:27 -08:00
parent 5835f9f47c
commit b1a6ae9abe

View File

@ -382,6 +382,12 @@ on_player_spawned()
self.grief_initial_spawn = true;
// player spawns for a frame when hotjoining
if(flag("start_zombie_round_logic"))
{
self waittill( "spawned_spectator" );
}
while(1)
{
self waittill( "spawned_player" );