Removed updater again. Forgot I was in the wrong branch

This commit is contained in:
Bob Da Ross
2021-06-17 00:18:08 -05:00
parent 4f9f439a01
commit 845bb0ecdd
3 changed files with 0 additions and 322 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;