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;
|
||||
}
|
||||
|
||||
if(user.noflood("queue", l.5)) {
|
||||
if(user.noflood("queue", 1.5)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue