0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-03-23 11:21:01 +00:00

Whoops don't do that for PT_REQUESTFILE

This commit is contained in:
Monster Iestyn 2017-05-22 22:20:08 +01:00
parent c70839334e
commit fdfd6e1c0b

View file

@ -3556,11 +3556,6 @@ static void HandlePacketFromAwayNode(SINT8 node)
break;
case PT_REQUESTFILE:
if (node != servernode) // nope you're not the server
{
Net_CloseConnection(node);
break;
}
if (server)
Got_RequestFilePak(node);
break;