Make servers echo challenge codes from client getchallenge commands
This commit is contained in:
parent
eaaaa6f5fc
commit
18cc7c1ed3
4 changed files with 68 additions and 60 deletions
|
@ -548,7 +548,7 @@ static void SV_ConnectionlessPacket( netadr_t from, msg_t *msg ) {
|
|||
} else if (!Q_stricmp(c, "getinfo")) {
|
||||
SVC_Info( from );
|
||||
} else if (!Q_stricmp(c, "getchallenge")) {
|
||||
SV_GetChallenge( from );
|
||||
SV_GetChallenge(from);
|
||||
} else if (!Q_stricmp(c, "connect")) {
|
||||
SV_DirectConnect( from );
|
||||
#ifndef STANDALONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue