mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Whoops
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@831 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6580299f61
commit
0f0081d8db
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ void SV_New_f (void)
|
|||
|
||||
// send server info string
|
||||
MSG_WriteByte (&host_client->netchan.message, svc_stufftext);
|
||||
if (svs.demostatevalid)
|
||||
if (sv.demostatevalid)
|
||||
MSG_WriteString (&host_client->netchan.message, va("fullserverinfo \"%s\"\n", sv.demoinfo));
|
||||
else
|
||||
MSG_WriteString (&host_client->netchan.message, va("fullserverinfo \"%s\"\n", svs.info) );
|
||||
|
|
Loading…
Reference in a new issue