Go to vote instead of returning to menu
This commit is contained in:
parent
3ebe925669
commit
a6006e0980
1 changed files with 1 additions and 1 deletions
|
|
@ -5249,7 +5249,7 @@ void G_GetNextMap(void)
|
|||
if (K_CanChangeRules(true))
|
||||
{
|
||||
if (!netgame) // Match Race.
|
||||
nextmap = NEXTMAP_TITLE;
|
||||
nextmap = NEXTMAP_VOTING;
|
||||
else switch (cv_advancemap.value)
|
||||
{
|
||||
case 0: // Stay on same map.
|
||||
|
|
|
|||
Loading…
Reference in a new issue