]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
First massive rename and move
[xonotic/darkplaces.git] / sv_user.c
index 08b4aa278f69c3201f148f6a6cd0b994942d5f8c..e7e68c71cd8fe07f33bc20ffb7f6ff097b121498 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -932,7 +932,7 @@ clc_stringcmd_invalid:
                                                Mem_Free(temp);
                                                // calculated crc, send the file info to the client
                                                // (so that it can verify the data)
-                                               Host_ClientCommands("\ncl_downloadfinished %i %i %s\n", size, crc, host_client->download_name);
+                                               SV_ClientCommands("\ncl_downloadfinished %i %i %s\n", size, crc, host_client->download_name);
                                                Con_DPrintf("Download of %s by %s has finished\n", host_client->download_name, host_client->name);
                                                FS_Close(host_client->download_file);
                                                host_client->download_file = NULL;