ezquake clients were all being treated as version 0, instead of our version-dependant workarounds disabling when ezquake bugs got fixed.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6324 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c769e6fa01
commit
6abd0f75bf
1 changed files with 1 additions and 1 deletions
|
@ -2126,7 +2126,7 @@ void SV_ClientProtocolExtensionsChanged(client_t *client)
|
|||
s = InfoBuf_ValueForKey(&client->userinfo, "*client");
|
||||
if (!strncmp(s, "ezQuake", 7) || !strncmp(s, "FortressOne", 11))
|
||||
{
|
||||
COM_Parse(s); //skip name-of-fork
|
||||
s = COM_Parse(s); //skip name-of-fork
|
||||
COM_Parse(s); //tokenize the version
|
||||
ver = atoi(com_token);
|
||||
|
||||
|
|
Loading…
Reference in a new issue