Fix Issue #35
This commit is contained in:
parent
5350fa2e93
commit
f7ed2adb73
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue