This commit is contained in:
calzoneman 2013-04-18 15:36:52 -05:00
parent 5350fa2e93
commit f7ed2adb73
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}