mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-01 13:10:47 +00:00
z_ext was bugged since my qwfwd stuff.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4940 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
89a33f317a
commit
2a2a53af2e
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ void CL_SendConnectPacket (netadr_t *to, int mtu,
|
||||||
//the info itself
|
//the info itself
|
||||||
Q_strncatz(data, cls.userinfo[0], sizeof(data));
|
Q_strncatz(data, cls.userinfo[0], sizeof(data));
|
||||||
if (connectinfo.protocol == CP_QUAKEWORLD) //zquake extension info.
|
if (connectinfo.protocol == CP_QUAKEWORLD) //zquake extension info.
|
||||||
Q_strncatz(data, va("\\*z_ext\\%i", cls.userinfo[0], SUPPORTED_Z_EXTENSIONS), sizeof(data));
|
Q_strncatz(data, va("\\*z_ext\\%i", SUPPORTED_Z_EXTENSIONS), sizeof(data));
|
||||||
|
|
||||||
Q_strncatz(data, "\"", sizeof(data));
|
Q_strncatz(data, "\"", sizeof(data));
|
||||||
for (c = 1; c < clients; c++)
|
for (c = 1; c < clients; c++)
|
||||||
|
|
Loading…
Reference in a new issue