mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 23:27:57 -05:00
Grief: intro text shows when spawning for hotjoin players
This commit is contained in:
@ -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" );
|
||||
|
Reference in New Issue
Block a user