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;
|
||||
}).catch(() => {
|
||||
// Manifest not found (likely local build)
|
||||
startGame();
|
||||
// startGame();
|
||||
});
|
||||
|
||||
export default game;
|
||||
|
|
Loading…
Reference in New Issue