host_cmd.c: fix typo in r827

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@828 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
svdijk 2013-03-02 10:36:28 +00:00
parent 7aec459b09
commit e194235c7a
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ void Host_Restart_f (void)
q_strlcpy (mapname, sv.name, sizeof(mapname)); // mapname gets cleared in spawnserver q_strlcpy (mapname, sv.name, sizeof(mapname)); // mapname gets cleared in spawnserver
SV_SpawnServer (mapname); SV_SpawnServer (mapname);
if (!sv.active) if (!sv.active)
Host_Error ("cannot restart map %s", level); Host_Error ("cannot restart map %s", mapname);
} }
/* /*