Fix update check

This commit is contained in:
tobspr 2020-05-21 16:01:16 +02:00
parent 75d1a3303e
commit b9af590b18
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export class PreloadState extends GameState {
.then(() => this.setStatus("Checking for updates"))
.then(() => {
if (G_IS_STANDALONE || true) {
if (G_IS_STANDALONE) {
return Promise.race([
new Promise(resolve => setTimeout(resolve, 10000)),
fetch(