mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-16 20:42:06 +00:00
Fix last commit, change 'l' to '1'
This commit is contained in:
parent
20bcd95e9e
commit
3cefdb81bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue