Index: code/server/sv_client.c =================================================================== --- code/server/sv_client.c (revision 1499) +++ code/server/sv_client.c (working copy) @@ -82,11 +82,8 @@ } #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 ) ) {