diff --git a/dlls/player.cpp b/dlls/player.cpp index 76f0ed7c..f08ac269 100644 --- a/dlls/player.cpp +++ b/dlls/player.cpp @@ -2718,7 +2718,7 @@ edict_t *EntSelectSpawnPoint( CBaseEntity *pPlayer ) { pSpot = g_pLastSpawn; // Randomize the start spot - for( int i = RANDOM_LONG( 1, 5 ); i > 0; i-- ) + for( int i = RANDOM_LONG( 1, 9 ); i > 0; i-- ) pSpot = UTIL_FindEntityByClassname( pSpot, "info_player_deathmatch" ); if( FNullEnt( pSpot ) ) // skip over the null point pSpot = UTIL_FindEntityByClassname( pSpot, "info_player_deathmatch" );