Fix crash when listing servers in the MS

This commit is contained in:
Gustaf Alhäll 2025-01-18 10:18:32 +01:00
parent 3578f17373
commit 094dfe9fba

View file

@ -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;