chore(minecraft): remove outdated comments

This commit is contained in:
Rin
2026-02-18 11:09:59 +08:00
committed by Neko Ayaka
parent 5e715f7ec4
commit 2f3a35e101
@@ -24,7 +24,6 @@ export class ReflexManager {
const { content } = event.payload
const lowerContent = content.toLowerCase().trim()
// MCP Skeleton: Simple "hi" reflex
if (lowerContent === 'hi' || lowerContent === 'hello') {
this.deps.logger.log('Reflex: Handling greeting')
@@ -36,7 +35,6 @@ export class ReflexManager {
bot.bot.chat(reply)
}
// Mark as handled to inhibit Conscious layer (Orchestrator)
event.handled = true
}
}