Skip to content

Commit

Permalink
Merge pull request #98 from springweblobby/DeinFreund-patch-2
Browse files Browse the repository at this point in the history
hotfix the hotfix hotfix
  • Loading branch information
DeinFreund committed Sep 29, 2016
2 parents 4535ce8 + d5d83bd commit 9e61f5d
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 9e61f5d

Please sign in to comment.