Make refill interval longer (2:30)
This commit is contained in:
parent
2ef210a71f
commit
dece905d66
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const cs = {
|
|||
}
|
||||
module.exports = {
|
||||
load: function (b) {
|
||||
b.interval.commandFill = setInterval(() => { if (b.sc_tasks.cc) b.sc_tasks.cc.failed = 1 }, 60000)
|
||||
b.interval.commandFill = setInterval(() => { if (b.sc_tasks.cc) b.sc_tasks.cc.failed = 1 }, 150000)
|
||||
b.ccq = []
|
||||
b.blocknoX = 0
|
||||
b.blocknoZ = 0
|
||||
|
|
Loading…
Reference in a new issue