From 9457ce2fa423b31e644427e929329dd1b9f07d7e Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Fri, 16 Aug 2024 00:27:29 -0400 Subject: [PATCH] Make core faster --- plugins/commandblock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commandblock.js b/plugins/commandblock.js index ae27678..2f1c0c4 100755 --- a/plugins/commandblock.js +++ b/plugins/commandblock.js @@ -71,7 +71,7 @@ module.exports = { }) }) b.on('ccstart', () => { - setTimeout(() => { b.interval.ccqi = setInterval(b.advanceccq, 3) }, 1000) // 1 Second and 3 Milliseconds + setTimeout(() => { b.interval.ccqi = setInterval(b.advanceccq, 2) }, 1000) // 1 second and 2 milliseconds b.ccStarted = true }) b.on('chat', (data) => {