Removed WS Listener questionLayerSelected
This commit is contained in:
parent
d0ca20b162
commit
be8aab0986
|
|
@ -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(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue