mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 22:33:32 +00:00
Fix crash when listing servers in the MS
This commit is contained in:
parent
3578f17373
commit
094dfe9fba
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ void Net_CloseConnection(INT32 node)
|
|||
|
||||
nodes[node].flags |= NF_CLOSE;
|
||||
|
||||
if (server)
|
||||
if (nodes[node].firstacktosend)
|
||||
{
|
||||
// send a PT_NOTHING back to acknowledge the packet
|
||||
netbuffer->packettype = PT_NOTHING;
|
||||
|
|
Loading…
Reference in a new issue