mirror of
https://codeberg.org/spire/mapdownloader.git
synced 2026-06-03 18:24:11 +02:00
update base url
This commit is contained in:
parent
b921619aea
commit
e5776c7d2e
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue