Removed WS Listener questionLayerSelected

This commit is contained in:
EisiBaer 2023-07-19 12:16:33 +00:00
parent d0ca20b162
commit be8aab0986
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ function removeListeners(){
gameStore.removeSocketListener("questionAnswered"); gameStore.removeSocketListener("questionAnswered");
gameStore.removeSocketListener("questionNotAnswered"); gameStore.removeSocketListener("questionNotAnswered");
gameStore.removeSocketListener("playerLeft"); gameStore.removeSocketListener("playerLeft");
gameStore.removeSocketListener("questionLayerSelected");
} }
function showBoard(){ function showBoard(){