diff --git a/src/views/Game.vue b/src/views/Game.vue index 51a45e4..b3e19bc 100644 --- a/src/views/Game.vue +++ b/src/views/Game.vue @@ -129,6 +129,7 @@ export default { this.question = null; this.results = res; }); + this.socket.on("newHost", () => this.amIHost = true); }, watch: { gameData: {