nextmap is more q2 compatable now...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@60 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-08-27 00:43:28 +00:00
parent 7899805b46
commit bb97a1cc38
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ void SV_Map_f (void)
cvar_t *nsv;
nsv = Cvar_Get("nextserver", "", 0, "");
if (nextserver)
Cvar_Set(nsv, nextserver);
Cvar_Set(nsv, va("gamemap \"%s\"", nextserver));
else
Cvar_Set(nsv, "");
}