From 69172e1d724bfedb74b32ed758c6a572c677dd0d Mon Sep 17 00:00:00 2001 From: 4Parker02991 <4parker02991@noreply.localhost> Date: Sat, 27 Jan 2024 09:44:54 -0500 Subject: [PATCH] Update modules/command_core.js --- modules/command_core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)