mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-25 19:21:07 +00:00
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…
x
Reference in New Issue
Block a user