From 1560ec344376e779e1c546416d3e2e9724c9baeb Mon Sep 17 00:00:00 2001 From: 1ly4s0 <67460389+1ly4s0@users.noreply.github.com> Date: Mon, 13 May 2024 01:16:16 +0200 Subject: [PATCH] Update 1.8.2 --- src/assets/js/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/assets/js/index.js b/src/assets/js/index.js index 58b8e6a..208b343 100644 --- a/src/assets/js/index.js +++ b/src/assets/js/index.js @@ -78,7 +78,6 @@ class Splash { fetch("https://google.com").then(async () => { this.maintenanceCheck(); - this.checkUpdate(); }).catch(async () => { this.setStatus(lang.checking_connection); await sleep(2000); @@ -164,7 +163,7 @@ class Splash { this.setStatus(lang.starting_launcher); await sleep(500); setTimeout(() => { - this.startLauncher(); + this.checkUpdate(); }, 1000); return true; }).catch(e => {