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") &&
|
if(!Rank.hasPermission(user, "queue") &&
|
||||||
this.leader != user &&
|
this.leader != user &&
|
||||||
(!this.openqueue ||
|
(!this.openqueue ||
|
||||||
this.openqueue || !this.opts.qopen_allow_move)) {
|
this.openqueue && !this.opts.qopen_allow_move)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue