]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
web download patch from div0, this adds the "curl" console command, and the ability...
[xonotic/darkplaces.git] / host_cmd.c
index bf993d67d799bf3f237f5f72c8bd9a86d1eaa523..56864d056c90f4ccd47321d929651f4ce77f67d0 100644 (file)
@@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 
 #include "quakedef.h"
+#include "libcurl.h"
 
 int current_skill;
 cvar_t sv_cheats = {0, "sv_cheats", "0", "enables cheat commands in any game, and cheat impulses in dpmod"};
@@ -1513,6 +1514,8 @@ void Host_Begin_f (void)
                return;
        }
 
+       Curl_SendRequirements();
+
        host_client->spawned = true;
 }