mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-31 04:30:38 +00:00
Spelling :(
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2698 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7ab0b2ea43
commit
c52dd5c291
1 changed files with 1 additions and 1 deletions
|
@ -2097,7 +2097,7 @@ void CL_ConnectionlessPacket (void)
|
||||||
cls.protocol = CP_QUAKEWORLD;
|
cls.protocol = CP_QUAKEWORLD;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Con_Printf("\nChallange from another protocol, ignoring QW challange\n");
|
Con_Printf("\nChallenge from another protocol, ignoring QW challenge\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
cls.challenge = atoi(s);
|
cls.challenge = atoi(s);
|
||||||
|
|
Loading…
Reference in a new issue