mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
move messagelogging
This commit is contained in:
parent
ce2085f1ff
commit
e4741e9542
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -140,6 +140,8 @@ function botThings() {
|
|||
});
|
||||
}
|
||||
|
||||
let messageloggingEnabled = true;
|
||||
|
||||
/**
|
||||
* Main bot function
|
||||
*/
|
||||
|
@ -171,8 +173,6 @@ function main() {
|
|||
dcmsg.queue = '';
|
||||
consoleQueue = [];
|
||||
|
||||
messageloggingEnabled = true;
|
||||
|
||||
bot.playersAddedPlayers = {};
|
||||
bot.getplayerusername = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue