mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-21 03:11:24 +00:00
Additional oversight corrected.
This commit is contained in:
parent
1d894f36c3
commit
77ba3e3c2d
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…
Reference in a new issue