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