engine: client: minor fix, reference cl_allowdownload cvar actual name

This commit is contained in:
Alibek Omarov
2024-10-21 04:49:25 +03:00
parent 47318b0c14
commit ec11683dc5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ qboolean CL_CheckFile( sizebuf_t *msg, resource_t *pResource )
if( !cl_allow_download.value )
{
Con_Reportf( "Download refused, cl_allow_download is 0\n" );
Con_Reportf( "Download refused, cl_allowdownload is 0\n" );
return true;
}