Skip to content
Snippets Groups Projects
Commit 61340986 authored by Hanicef's avatar Hanicef
Browse files

Fix crash when listing servers in the MS

parent afc76b57
No related branches found
No related tags found
No related merge requests found
...@@ -485,7 +485,7 @@ void Net_CloseConnection(INT32 node) ...@@ -485,7 +485,7 @@ void Net_CloseConnection(INT32 node)
nodes[node].flags |= NF_CLOSE; nodes[node].flags |= NF_CLOSE;
if (server) if (nodes[node].firstacktosend)
{ {
// send a PT_NOTHING back to acknowledge the packet // send a PT_NOTHING back to acknowledge the packet
netbuffer->packettype = PT_NOTHING; netbuffer->packettype = PT_NOTHING;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment