mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-09-10 12:02:59 +02:00
Update agent.js
This commit is contained in:
parent
81e4803c22
commit
9bf70edd10
1 changed files with 3 additions and 1 deletions
|
@ -358,7 +358,9 @@ export class Agent {
|
|||
}
|
||||
}
|
||||
else {
|
||||
say(message);
|
||||
if (settings.speak) {
|
||||
say(message);
|
||||
}
|
||||
this.bot.chat(message);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue