mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-25 17:35:25 +02:00
Update agent.js
This commit is contained in:
parent
0b8aeb8464
commit
bc781b7db8
1 changed files with 2 additions and 1 deletions
|
@ -388,7 +388,8 @@ export class Agent {
|
|||
if (settings.speak) {
|
||||
say(to_translate);
|
||||
}
|
||||
this.bot.chat(message);
|
||||
if (settings.chat_response) {this.bot.chat(message);}
|
||||
sendResponseToServer(this.name, message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue