diff --git a/Kiseki.Launcher/Controller.cs b/Kiseki.Launcher/Controller.cs index dc8c649..3bf2949 100644 --- a/Kiseki.Launcher/Controller.cs +++ b/Kiseki.Launcher/Controller.cs @@ -41,14 +41,6 @@ namespace Kiseki.Launcher public async void Start() { PageHeadingChange("Connecting to Kiseki..."); - - // This is kind of useless, but whatever - int response = await Web.CheckHealth(); - if (response != Web.RESPONSE_SUCCESS) - { - ErrorShow($"Failed to connect to {Constants.ProjectName}.", "Please check your internet connection."); - return; - } bool marquee = true; await foreach (int progressValue in StreamBackgroundOperationProgressAsync())