mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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;
|
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…
Add table
Reference in a new issue