Battle: don't let players respawn after round ends

This commit is contained in:
James R 2024-01-20 21:56:25 -08:00
parent 7d6239e06c
commit 3cfd50ef2b

View file

@ -2838,7 +2838,7 @@ static void P_DeathThink(player_t *player)
}
}
if ((player->pflags & PF_ELIMINATED) /*&& (gametyperules & GTR_BUMPERS)*/)
if ((player->pflags & PF_ELIMINATED) || exitcountdown)
{
playerGone = true;
}