mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Whoops don't do that for PT_REQUESTFILE
This commit is contained in:
parent
c70839334e
commit
fdfd6e1c0b
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue