Properly close the connection on the server's side...

This commit is contained in:
fickleheart 2019-03-10 16:22:03 -05:00
parent 0c6f3c58e6
commit 693da54d94
1 changed files with 1 additions and 1 deletions

View File

@ -3789,7 +3789,7 @@ static void HandleConnect(SINT8 node)
netbuffer->packettype = PT_JOINCHALLENGE;
HSendPacket(node, true, 0, sizeof(joinchallenge_pak));
//Net_CloseConnection(node);
Net_CloseConnection(node);
return;
}