Skip to content

Commit

Permalink
hotfix the hotfix hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeinFreund committed Sep 29, 2016
1 parent 4535ce8 commit d5d83bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/ZkLobbyServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ module.exports = function(){ return Reflux.createStore({
if (queues.length == 0){
this.awaitingAccept = false;
}
}else{
}else if (!enabled){
this.activeQueues = [];
}
},
Expand Down

0 comments on commit d5d83bd

Please sign in to comment.