Merge pull request #473 from thecodingmachine/master
hotfixes from master
This commit is contained in:
commit
57a59cba8e
2 changed files with 3 additions and 14 deletions
|
@ -31,7 +31,8 @@ export class EntryScene extends Scene {
|
|||
create() {
|
||||
gameManager.init(this.scene).then(() => {
|
||||
this.scene.start(LoginSceneName);
|
||||
}).catch(() => {
|
||||
}).catch((err) => {
|
||||
console.error(err)
|
||||
this.scene.start(FourOFourSceneName, {
|
||||
url: window.location.pathname.toString()
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue