Update modules/command_core.js

This commit is contained in:
4Parker02991 2024-01-27 09:44:54 -05:00
parent 09d257a0b4
commit 69172e1d72

View file

@ -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)