mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
s/challange/challenge :)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2747 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6909915de1
commit
af06d6e6f8
1 changed files with 3 additions and 3 deletions
|
@ -2035,7 +2035,7 @@ void CL_ConnectionlessPacket (void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Con_Printf("\nChallange from another protocol, ignoring Q3 challange\n");
|
Con_Printf("\nChallenge from another protocol, ignoring Q3 challenge\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
@ -2061,7 +2061,7 @@ void CL_ConnectionlessPacket (void)
|
||||||
CL_ConnectToDarkPlaces(s+9, net_from);
|
CL_ConnectToDarkPlaces(s+9, net_from);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Con_Printf("\nChallange from another protocol, ignoring DP challange\n");
|
Con_Printf("\nChallenge from another protocol, ignoring DP challenge\n");
|
||||||
#else
|
#else
|
||||||
Con_Printf("\nUnable connect to DarkPlaces\n");
|
Con_Printf("\nUnable connect to DarkPlaces\n");
|
||||||
#endif
|
#endif
|
||||||
|
@ -2073,7 +2073,7 @@ void CL_ConnectionlessPacket (void)
|
||||||
cls.protocol = CP_QUAKE2;
|
cls.protocol = CP_QUAKE2;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Con_Printf("\nChallange from another protocol, ignoring Q2 challange\n");
|
Con_Printf("\nChallenge from another protocol, ignoring Q2 challenge\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue