Skip to content
Snippets Groups Projects
Commit d20efa5a authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Entirely ignore PT_ASKINFOVIAMS packets, since it turns out it's not even sent by the MS anyway

parent 3928b75b
No related branches found
No related tags found
No related merge requests found
......@@ -3413,6 +3413,7 @@ static void HandlePacketFromAwayNode(SINT8 node)
switch (netbuffer->packettype)
{
case PT_ASKINFOVIAMS:
#if 0
if (server && serverrunning)
{
INT32 clientnode;
......@@ -3434,6 +3435,9 @@ static void HandlePacketFromAwayNode(SINT8 node)
}
else
Net_CloseConnection(node); // you're not supposed to get it, so ignore it
#else
Net_CloseConnection(node);
#endif
break;
case PT_ASKINFO:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment