diff --git a/main/server.cfg b/main/server.cfg index 5f1d22b..e1b314b 100644 --- a/main/server.cfg +++ b/main/server.cfg @@ -187,9 +187,9 @@ set g_gametype "dom" // gamemode, one of [war, dm, sd, sab, koth] /////////////////////////// // Setup for custom maps when running a mod -// seta sv_wwwDownload "1" // enable download redirection -// seta sv_wwwBaseURL "http://someserver/cod4dl/" // defines url to download from -// seta sv_wwwDlDisconnected "0" // disconnect clients while downloading +seta sv_wwwDownload "1" // enable download redirection +seta sv_wwwBaseURL "http://rawcdn.githack.com/ineedbots/www_host/main/cod4x/" // defines url to download from +seta sv_wwwDlDisconnected "0" // disconnect clients while downloading ///////////////////////////