mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
fix STANDALONE challengeResponse (#4000)
This commit is contained in:
parent
2864898147
commit
ae612721a3
1 changed files with 2 additions and 5 deletions
|
@ -82,11 +82,8 @@ void SV_GetChallenge( netadr_t from ) {
|
|||
}
|
||||
|
||||
#ifdef STANDALONE
|
||||
if(Cvar_VariableIntegerValue("com_standalone"))
|
||||
{
|
||||
challenge->pingTime = svs.time;
|
||||
NET_OutOfBandPrint( NS_SERVER, from, "challengeResponse %i", challenge->challenge );
|
||||
}
|
||||
challenge->pingTime = svs.time;
|
||||
NET_OutOfBandPrint( NS_SERVER, from, "challengeResponse %i", challenge->challenge );
|
||||
#else
|
||||
// if they are on a lan address, send the challengeResponse immediately
|
||||
if ( Sys_IsLANAddress( from ) ) {
|
||||
|
|
Loading…
Reference in a new issue