Fix update check

pull/33/head
tobspr 4 years ago
parent 75d1a3303e
commit b9af590b18

@ -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(

Loading…
Cancel
Save