SpaceSpaceSpaceSpace

This commit is contained in:
Louis-Antoine 2020-02-20 01:15:54 +01:00
parent 12959ff4a9
commit 3502278f8a

View file

@ -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
}