From 92388259339b596eee8407ae43199fba9cf84746 Mon Sep 17 00:00:00 2001 From: INeedBots Date: Sat, 28 Nov 2020 15:22:45 -0600 Subject: [PATCH] added fastdl --- main/server.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ///////////////////////////