mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-12-17 19:02:22 -05:00
"Qqueue"
This commit is contained in:
parent
b86a303142
commit
21ccaeb18f
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -212,7 +212,7 @@ function main() {
|
|||
}, 1000);
|
||||
|
||||
consoleQueueInterval = setInterval(function() {
|
||||
if (consoleQueue[0] || consoleQqueue[0]==='') {
|
||||
if (consoleQueue[0] || consoleQueue[0]==='') {
|
||||
console.log(bot.options.host + ': ' + consoleQueue[0].substring(0, 10000)/* message.toAnsi() + '\u001b[0m'*/);
|
||||
consoleQueue.shift();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue