update base url

This commit is contained in:
Robin Appelman 2020-02-01 21:02:44 +01:00
commit e5776c7d2e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -29,7 +29,7 @@ new Handle:g_hCvarUrl = INVALID_HANDLE;
public OnPluginStart()
{
g_hCvarUrl = CreateConVar("sm_map_download_base", "http://fakkelbrigade.eu/maps", "map download url", FCVAR_PROTECTED);
g_hCvarUrl = CreateConVar("sm_map_download_base", "http://dl.serveme.tf/maps/", "map download url", FCVAR_PROTECTED);
RegServerCmd("changelevel", HandleChangeLevelAction);
}