mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 05:30:48 +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
|
#ifdef HAVE_BLUA
|
||||||
if (luafiletransfers)
|
if (luafiletransfers)
|
||||||
{
|
{
|
||||||
// Tell the server we have received the file
|
// Tell the server we have received the file
|
||||||
netbuffer->packettype = PT_HASLUAFILE;
|
netbuffer->packettype = PT_HASLUAFILE;
|
||||||
HSendPacket(servernode, true, 0, 0);
|
HSendPacket(servernode, true, 0, 0);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue