mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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…
Add table
Reference in a new issue