Don't force-close connection when getting a join request!

We need to send the ackret, first of all!
This commit is contained in:
fickleheart 2019-03-25 22:23:35 -05:00
parent 8c56f1aa0b
commit a35e9d5abd

View file

@ -3980,7 +3980,7 @@ static void HandlePacketFromAwayNode(SINT8 node)
cl_challengenum = netbuffer->u.joinchallenge.challengenum;
memcpy(cl_challengequestion, netbuffer->u.joinchallenge.question, 16);
Net_CloseConnection(node|FORCECLOSE); // Don't need to stay connected while challenging
Net_CloseConnection(node); // Don't need to stay connected while challenging
cl_mode = CL_CHALLENGE;