mirror of
https://codeberg.org/spire/sm_whitelist.git
synced 2026-06-03 10:14:07 +02:00
update download url
This commit is contained in:
parent
52f098d03e
commit
3a7774410b
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ new CURL_Default_opt[][2] = {
|
||||||
new Handle:g_hCvarUrl = INVALID_HANDLE;
|
new Handle:g_hCvarUrl = INVALID_HANDLE;
|
||||||
|
|
||||||
public OnPluginStart() {
|
public OnPluginStart() {
|
||||||
g_hCvarUrl = CreateConVar("sm_whitelist_tf_base", "http://whitelist.tf/download", "whitelist.tf download endpoint", FCVAR_PROTECTED);
|
g_hCvarUrl = CreateConVar("sm_whitelist_tf_base", "https://whitelist.tf/download", "whitelist.tf download endpoint", FCVAR_PROTECTED);
|
||||||
|
|
||||||
RegConsoleCmd("sm_whitelist_id", DownloadWhiteListAction, "Download and execute a whitelist");
|
RegConsoleCmd("sm_whitelist_id", DownloadWhiteListAction, "Download and execute a whitelist");
|
||||||
RegConsoleCmd("tftrue_whitelist_id", DownloadWhiteListAction, "Download and execute a whitelist");
|
RegConsoleCmd("tftrue_whitelist_id", DownloadWhiteListAction, "Download and execute a whitelist");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue