Where is versionString pulled from the client? The Jake2 Java client fails connections to R1Q2 servers because of the
void SV_ClientBegin (client_t *cl)
{
if (!cl->versionString)
{
//r1: they didn't respond to version probe
Com_Printf ("WARNING: Didn't receive 'version' string from %s[%s], hacked/broken client? Client dropped.\n", LOG_SERVER|LOG_WARNING, cl->name, NET_AdrToString (&cl->netchan.remote_address));
SV_DropClient (cl, false);
return;
Thanks