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

This commit is contained in:
fickleheart 2019-03-10 16:22:03 -05:00
parent a2f849c49c
commit 99a934e352

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;
}