From 6f941885db01a001a3a09ae119f8d315d2cf7bfa Mon Sep 17 00:00:00 2001 From: Alexander / Aebian Date: Sun, 29 Jan 2023 19:16:57 +0100 Subject: [PATCH] Update UpdaterURL --- Utils/Updater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/Updater.cs b/Utils/Updater.cs index 2bca13a..394a154 100644 --- a/Utils/Updater.cs +++ b/Utils/Updater.cs @@ -26,7 +26,7 @@ public static int CheckUpdate() ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; Logger.Log("Fetching latest plugin version from Repo"); - response = hc.GetStringAsync(new Uri("https://adm.knight-industries.org/updates/SilencerKI/latestVersion.txt")).Result; + response = hc.GetStringAsync(new Uri("https://adm.nethavn.com/updates/SilencerKI/latestVersion.txt")).Result; } catch (Exception ex) {