We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8eb62a commit 4f76562Copy full SHA for 4f76562
1 file changed
src/game/server/tf/tf_player.cpp
@@ -2349,7 +2349,7 @@ int CTFPlayer::CheckStrandedSpawn(void)
2349
}
2350
2351
// or during pre-match / countdown
2352
- if ( TFGameRules()->BInMatchStartCountdown() || gpGlobals->curtime < TFGameRules()->GetPreroundCountdownTime() || TFGameRules()->State_Get() <= GR_STATE_PREROUND )
+ if ( !TFGameRules()->IsInPlay() || gpGlobals->curtime < TFGameRules()->GetPreroundCountdownTime() )
2353
{
2354
return STRANDED_SPAWN_DETACHED;
2355
0 commit comments