Index: trunk/code/client/cl_main.c =================================================================== --- trunk/code/client/cl_main.c (revision 1209) +++ trunk/code/client/cl_main.c (working copy) @@ -1279,14 +1279,10 @@ // if we are pure we need to send back a command with our referenced pk3 checksums pChecksums = FS_ReferencedPakPureChecksums(); - // "cp" - // "Yf" - Com_sprintf(cMsg, sizeof(cMsg), "Yf "); + Com_sprintf(cMsg, sizeof(cMsg), "cp "); Q_strcat(cMsg, sizeof(cMsg), va("%d ", cl.serverId) ); Q_strcat(cMsg, sizeof(cMsg), pChecksums); - for (i = 0; i < 2; i++) { - cMsg[i] += 10; - } + CL_AddReliableCommand( cMsg ); }