Update modules/command_core.js
This commit is contained in:
parent
09d257a0b4
commit
69172e1d72
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue