diff --git a/channel.js b/channel.js index a261fe4d..4b72c23a 100644 --- a/channel.js +++ b/channel.js @@ -806,7 +806,7 @@ Channel.prototype.tryMove = function(user, data) { if(!Rank.hasPermission(user, "queue") && this.leader != user && (!this.openqueue || - this.openqueue || !this.opts.qopen_allow_move)) { + this.openqueue && !this.opts.qopen_allow_move)) { return; }