Comment out startGame call on manifest fetch failure
This commit is contained in:
parent
801b0a66f7
commit
a9a73863e8
|
@ -103,7 +103,7 @@ fetch("/manifest.json")
|
||||||
game["manifest"] = jsonResponse.manifest;
|
game["manifest"] = jsonResponse.manifest;
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
// Manifest not found (likely local build)
|
// Manifest not found (likely local build)
|
||||||
startGame();
|
// startGame();
|
||||||
});
|
});
|
||||||
|
|
||||||
export default game;
|
export default game;
|
||||||
|
|
Loading…
Reference in New Issue