Remove Command block!
This commit is contained in:
parent
e48ce14155
commit
c04314ed00
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ module.exports = {
|
|||
b.on('ccstart', () => {
|
||||
setTimeout(() => { b.interval.ccqi = setInterval(b.advanceccq, 12) }, 1000) // 1 Second and 12 Milliseconds
|
||||
b.ccStarted = true;
|
||||
b.info("Command block!");
|
||||
})
|
||||
b.on('chat', (data) => { //
|
||||
if (!b.ccStarted && (data.json.translate == 'commands.fill.failed' || (data.json.extra && data.json.extra[0] && data.json.extra[0].translate == 'commands.fill.failed') ||
|
||||
|
|
Loading…
Reference in a new issue