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) {