Skip to content

Commit

Permalink
Update 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1ly4s0 committed May 12, 2024
1 parent 6c1e15c commit 1560ec3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -164,7 +163,7 @@ class Splash {
this.setStatus(lang.starting_launcher);
await sleep(500);
setTimeout(() => {
this.startLauncher();
this.checkUpdate();
}, 1000);
return true;
}).catch(e => {
Expand Down

0 comments on commit 1560ec3

Please sign in to comment.