GP Prisons: use regular player starts, not Battle starts

This commit is contained in:
James R 2024-03-07 02:43:09 -08:00
parent adf58933b3
commit c09f55059b

View file

@ -2879,7 +2879,7 @@ mapthing_t *G_FindMapStart(INT32 playernum)
// -- DM/Tag/CTF-spectator/etc --
// Order: DM->CTF->Race
else if (gametyperules & GTR_BATTLESTARTS)
else if ((gametyperules & GTR_BATTLESTARTS) && !battleprisons)
spawnpoint = G_FindBattleStartOrFallback(playernum);
// -- Other game modes --