mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +00:00
Don't reset player between maps in campaign gametypes
This commit is contained in:
parent
84cde74bda
commit
220cf7bd89
1 changed files with 1 additions and 1 deletions
|
|
@ -3856,7 +3856,7 @@ static void G_DoWorldDone(void)
|
|||
{
|
||||
if (server)
|
||||
{
|
||||
if (gametype == GT_COOP)
|
||||
if (gametyperules & GTR_CAMPAIGN)
|
||||
// don't reset player between maps
|
||||
D_MapChange(nextmap+1, gametype, ultimatemode, false, 0, false, false);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue