mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-12 08:08:00 -05:00
Fix initial player spawn point
This commit is contained in:
@ -1260,6 +1260,11 @@ check_for_valid_spawn_near_team( revivee, return_struct )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( !is_true( self.player_initialized ) )
|
||||||
|
{
|
||||||
|
return undefined;
|
||||||
|
}
|
||||||
|
|
||||||
for ( j = 0; j < spawn_points.size; j++ )
|
for ( j = 0; j < spawn_points.size; j++ )
|
||||||
{
|
{
|
||||||
if ( isdefined( spawn_points[ j ].script_int ) )
|
if ( isdefined( spawn_points[ j ].script_int ) )
|
||||||
|
Reference in New Issue
Block a user