mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-31 07:22:17 +00:00
Don't force-close connection when getting a join request!
We need to send the ackret, first of all!
This commit is contained in:
parent
307f4a0638
commit
ee884dccaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue