1
0
Fork 0
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:
icewind 2025-08-29 20:05:12 +02:00
commit 3a7774410b

View file

@ -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");