mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Properly close the connection on the server's side...
This commit is contained in:
parent
0c6f3c58e6
commit
693da54d94
1 changed files with 1 additions and 1 deletions
|
@ -3789,7 +3789,7 @@ static void HandleConnect(SINT8 node)
|
||||||
|
|
||||||
netbuffer->packettype = PT_JOINCHALLENGE;
|
netbuffer->packettype = PT_JOINCHALLENGE;
|
||||||
HSendPacket(node, true, 0, sizeof(joinchallenge_pak));
|
HSendPacket(node, true, 0, sizeof(joinchallenge_pak));
|
||||||
//Net_CloseConnection(node);
|
Net_CloseConnection(node);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue