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
|
||||
{
|
||||
Con_Printf("\nChallange from another protocol, ignoring Q3 challange\n");
|
||||
Con_Printf("\nChallenge from another protocol, ignoring Q3 challenge\n");
|
||||
return;
|
||||
}
|
||||
return;
|
||||
|
@ -2061,7 +2061,7 @@ void CL_ConnectionlessPacket (void)
|
|||
CL_ConnectToDarkPlaces(s+9, net_from);
|
||||
}
|
||||
else
|
||||
Con_Printf("\nChallange from another protocol, ignoring DP challange\n");
|
||||
Con_Printf("\nChallenge from another protocol, ignoring DP challenge\n");
|
||||
#else
|
||||
Con_Printf("\nUnable connect to DarkPlaces\n");
|
||||
#endif
|
||||
|
@ -2073,7 +2073,7 @@ void CL_ConnectionlessPacket (void)
|
|||
cls.protocol = CP_QUAKE2;
|
||||
else
|
||||
{
|
||||
Con_Printf("\nChallange from another protocol, ignoring Q2 challange\n");
|
||||
Con_Printf("\nChallenge from another protocol, ignoring Q2 challenge\n");
|
||||
return;
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue