mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
SpaceSpaceSpaceSpace
This commit is contained in:
parent
12959ff4a9
commit
3502278f8a
1 changed files with 3 additions and 3 deletions
|
@ -1038,9 +1038,9 @@ void Got_Filetxpak(void)
|
|||
#ifdef HAVE_BLUA
|
||||
if (luafiletransfers)
|
||||
{
|
||||
// Tell the server we have received the file
|
||||
netbuffer->packettype = PT_HASLUAFILE;
|
||||
HSendPacket(servernode, true, 0, 0);
|
||||
// Tell the server we have received the file
|
||||
netbuffer->packettype = PT_HASLUAFILE;
|
||||
HSendPacket(servernode, true, 0, 0);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue