Fix updating player names for owner

This commit is contained in:
Tim 2021-12-02 03:12:49 +01:00
parent ffded017c7
commit f9fea253a4

View File

@ -222,7 +222,7 @@ export default class Home extends Vue {
this.owner = true; this.owner = true;
this.gameState = GameState.Joined; this.gameState = GameState.Joined;
setTimeout(() => { this.gameTimer = setInterval(() => {
this.checkStarted(); this.checkStarted();
}, 1000); }, 1000);
}).catch((reason => { }).catch((reason => {