Fixing linting
This commit is contained in:
parent
0c04d4305b
commit
d72741ce0c
4 changed files with 7 additions and 6 deletions
|
@ -57,7 +57,7 @@ export class LogincScene extends Phaser.Scene {
|
|||
let name = this.nameInput.getText();
|
||||
if (name === '') {
|
||||
return
|
||||
};
|
||||
}
|
||||
gameManager.connect(name).then(() => {
|
||||
this.scene.start(GameSceneName, { name });
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue