Fixing linting

This commit is contained in:
David Négrier 2020-05-01 23:48:30 +02:00
parent 0c04d4305b
commit d72741ce0c
4 changed files with 7 additions and 6 deletions

View file

@ -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 });
});