diff --git a/src/webapp/components/pages/Game.vue b/src/webapp/components/pages/Game.vue index 5457b71..a941c4b 100644 --- a/src/webapp/components/pages/Game.vue +++ b/src/webapp/components/pages/Game.vue @@ -240,6 +240,7 @@ function removeListeners(){ gameStore.removeSocketListener("questionAnswered"); gameStore.removeSocketListener("questionNotAnswered"); gameStore.removeSocketListener("playerLeft"); + gameStore.removeSocketListener("questionLayerSelected"); } function showBoard(){