git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6446
d7cf8633-e32d-0410-b094-
e92efae38249
const char *url;
const char *name = 0;
- if(!cl_curl_enabled.integer)
+ if(!curl_dll)
{
- Con_Print("curl support not enabled. Set cl_curl_enabled to 1 to enable.\n");
+ Con_Print("libcurl DLL not found, this command is inactive.\n");
return;
}
- if(!curl_dll)
+ if(!cl_curl_enabled.integer)
+ {
+ Con_Print("curl support not enabled. Set cl_curl_enabled to 1 to enable.\n");
return;
+ }
for(i = 0; i != Cmd_Argc(); ++i)
Con_DPrintf("%s ", Cmd_Argv(i));