mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-21 17:41:48 +00:00
Strip more debug print
This commit is contained in:
parent
551c9af0fc
commit
6c98dd0de2
1 changed files with 0 additions and 2 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue