Update modules/command_core.js

This commit is contained in:
4Parker02991 2024-01-27 10:36:04 -05:00
parent 25519d5069
commit 097fbb0eeb

View file

@ -81,7 +81,7 @@ async function command_core (bot, options) {
} return } return
}) })
*/ */
if (bot.options.Core.CorelessMode) return if (!bot.options.Core.enabled) return
bot.on('move', () => { bot.on('move', () => {
bot.core.move(bot.position) bot.core.move(bot.position)
//setTimeout(() => bot.core.run('say hi'), 100) //setTimeout(() => bot.core.run('say hi'), 100)