1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Fix update check

This commit is contained in:
tobspr 2020-05-21 16:01:16 +02:00
parent 75d1a3303e
commit b9af590b18

View File

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