Removed updater (Seems to be the only way to do this)

This commit is contained in:
Bob Da Ross
2021-06-19 22:21:06 -05:00
parent 9ffbbc7901
commit 840421f7af
3 changed files with 0 additions and 348 deletions

View File

@@ -122,12 +122,6 @@ namespace SeamlessClientPlugin
public void Init(object gameInstance)
{
Utilities.UpdateChecker Checker = new Utilities.UpdateChecker(false);
Task UpdateChecker = new Task(() => Checker.PingUpdateServer());
UpdateChecker.Start();
Patches.GetPatches();
TryShow("Running Seamless Client Plugin v[" + Version + "]");
PingTimer.Elapsed += PingTimer_Elapsed;