mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-23 06:56:17 +00:00
Additional oversight corrected.
This commit is contained in:
parent
2b9068378f
commit
b637ae3d73
1 changed files with 1 additions and 1 deletions
|
|
@ -6737,7 +6737,7 @@ static void M_StartServer(INT32 choice)
|
|||
G_StopMetalDemo();
|
||||
|
||||
if (!cv_nextmap.value)
|
||||
CV_SetValue(&cv_nextmap, G_RandMap(G_TOLFlag(cv_newgametype.value), -1, false, false, 0, false));
|
||||
CV_SetValue(&cv_nextmap, G_RandMap(G_TOLFlag(cv_newgametype.value), -1, false, false, 0, false)+1);
|
||||
|
||||
if (ssplayers < 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue