Fixed Versions
This commit is contained in:
@@ -107,7 +107,7 @@ namespace SeamlessClientPlugin
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
public static string Version = "1.1.10";
|
public static string Version = "1.2.10";
|
||||||
private bool Initilized = false;
|
private bool Initilized = false;
|
||||||
private bool SentPingResponse = false;
|
private bool SentPingResponse = false;
|
||||||
public const ushort SeamlessClientNetID = 2936;
|
public const ushort SeamlessClientNetID = 2936;
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
using AutoUpdaterDotNET;
|
using ProtoBuf;
|
||||||
using ProtoBuf;
|
|
||||||
using Sandbox.Graphics.GUI;
|
using Sandbox.Graphics.GUI;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
@@ -23,19 +22,11 @@ namespace SeamlessClientPlugin.Updater
|
|||||||
public string PluginFolder;
|
public string PluginFolder;
|
||||||
public string CurrentVersion;
|
public string CurrentVersion;
|
||||||
public bool DownloadUpdate;
|
public bool DownloadUpdate;
|
||||||
|
|
||||||
const int PORT_NO = 27010;
|
|
||||||
//AWS Website server
|
|
||||||
const string SERVER_IP = "3.80.137.183";
|
|
||||||
|
|
||||||
private string GitHubAPILink = "https://api.github.com/repos/Casimir255/SeamlessClientPlugin/releases/latest";
|
private string GitHubAPILink = "https://api.github.com/repos/Casimir255/SeamlessClientPlugin/releases/latest";
|
||||||
private string GitHubZipLink;
|
|
||||||
private WebClient Client;
|
private WebClient Client;
|
||||||
|
|
||||||
|
|
||||||
private byte[] RecievedZipMememory;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public UpdateChecker(bool AutoUpdate)
|
public UpdateChecker(bool AutoUpdate)
|
||||||
|
Reference in New Issue
Block a user