Fix updating player names for owner
This commit is contained in:
parent
ffded017c7
commit
f9fea253a4
@ -222,7 +222,7 @@ export default class Home extends Vue {
|
||||
this.owner = true;
|
||||
|
||||
this.gameState = GameState.Joined;
|
||||
setTimeout(() => {
|
||||
this.gameTimer = setInterval(() => {
|
||||
this.checkStarted();
|
||||
}, 1000);
|
||||
}).catch((reason => {
|
||||
|
Loading…
Reference in New Issue
Block a user