Skip to content

Commit

Permalink
Update UpdaterURL
Browse files Browse the repository at this point in the history
  • Loading branch information
aebian authored Jan 29, 2023
1 parent fecc1c9 commit 6f94188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 6f94188

Please sign in to comment.