mirror of https://github.com/calzoneman/sync.git
Fix last commit, change 'l' to '1'
This commit is contained in:
parent
20bcd95e9e
commit
3cefdb81bc
|
@ -687,7 +687,7 @@ Channel.prototype.tryQueue = function(user, data) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(user.noflood("queue", l.5)) {
|
if(user.noflood("queue", 1.5)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue