diff --git a/src/d_netfil.c b/src/d_netfil.c index edcdb1030..93d7e8eba 100644 --- a/src/d_netfil.c +++ b/src/d_netfil.c @@ -1322,8 +1322,6 @@ void PT_ClientKey(INT32 node) memcpy(lastReceivedKey[node], packet->key, sizeof(lastReceivedKey[node])); - CONS_Printf("Got keys from node %d, %s / %s / %s / %s\n", node, GetPrettyRRID(lastReceivedKey[node][0], true), GetPrettyRRID(lastReceivedKey[node][1], true), GetPrettyRRID(lastReceivedKey[node][2], true), GetPrettyRRID(lastReceivedKey[node][3], true)); - netbuffer->packettype = PT_SERVERCHALLENGE; GenerateChallenge(lastSentChallenge[node]);