Fixed the isEnt scr error

This commit is contained in:
INeedBots
2020-11-30 03:39:03 -06:00
parent f888d65932
commit 83252684b5
3 changed files with 4 additions and 4 deletions

View File

@ -189,7 +189,7 @@ 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://rawcdn.githack.com/ineedbots/www_host/main/cod4x/" // defines url to download from
seta sv_wwwDlDisconnected "0" // disconnect clients while downloading
seta sv_wwwDlDisconnected "1" // disconnect clients while downloading
///////////////////////////