mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
host_cmd.c: fix typo in r827
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@828 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
eb8e1beed3
commit
2b49965af0
1 changed files with 1 additions and 1 deletions
|
@ -914,7 +914,7 @@ void Host_Restart_f (void)
|
|||
q_strlcpy (mapname, sv.name, sizeof(mapname)); // mapname gets cleared in spawnserver
|
||||
SV_SpawnServer (mapname);
|
||||
if (!sv.active)
|
||||
Host_Error ("cannot restart map %s", level);
|
||||
Host_Error ("cannot restart map %s", mapname);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue