mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-30 19:52:43 +00:00
Properly close the connection on the server's side...
This commit is contained in:
parent
a2f849c49c
commit
99a934e352
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue