diff --git a/modules/command_core.js b/modules/command_core.js index 6533551..b1312ae 100644 --- a/modules/command_core.js +++ b/modules/command_core.js @@ -81,7 +81,7 @@ async function command_core (bot, options) { } return }) */ - if (!bot.options.Core.CorelessMode) return + if (bot.options.Core.CorelessMode) return bot.on('move', () => { bot.core.move(bot.position) //setTimeout(() => bot.core.run('say hi'), 100)