mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Restartlevel respects cv_kartencore
This commit is contained in:
parent
45604a05c3
commit
5b10fd8d93
1 changed files with 1 additions and 1 deletions
|
|
@ -3164,7 +3164,7 @@ static void Command_RestartLevel(void)
|
|||
return;
|
||||
}
|
||||
|
||||
D_MapChange(gamemap, gametype, encoremode, false, 0, false, false);
|
||||
D_MapChange(gamemap, gametype, (cv_kartencore.value == 1), false, 0, false, false);
|
||||
}
|
||||
|
||||
static void Command_Pause(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue