1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 23:27:57 -05:00

Fix initial player spawn point

This commit is contained in:
Jbleezy
2023-04-27 02:26:17 -07:00
parent 7dca8cec6b
commit cfd137d756

View File

@ -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++ )
{
if ( isdefined( spawn_points[ j ].script_int ) )