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:
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…
Reference in New Issue
Block a user