chore(minecraft): add FIXME comment for non-working interrupt emit

This commit is contained in:
Rin
2026-02-18 11:10:01 +08:00
committed by Neko Ayaka
parent c155e4e3d4
commit d0d6f14f03
@@ -98,7 +98,7 @@ export const actionsList: Action[] = [
// await ctx.actions.stop()
// ctx.clearBotLogs()
// ctx.actions.cancelResume()
mineflayer.emit('interrupt')
mineflayer.emit('interrupt') // FIXME: this doesn't work!
const msg = 'Agent stopped.'
// if (mineflayer.self_prompter.on)
// msg += ' Self-prompting still active.'