mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
GP Prisons: use regular player starts, not Battle starts
This commit is contained in:
parent
adf58933b3
commit
c09f55059b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 --
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue