mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-22 06:02:07 +02:00
changed init message to system
This commit is contained in:
parent
c8b6504221
commit
83bb3a16fd
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export class Agent {
|
|||
};
|
||||
|
||||
if (init_message) {
|
||||
this.handleMessage('MINECRAFT', init_message);
|
||||
this.handleMessage('system', init_message);
|
||||
} else {
|
||||
this.bot.chat('Hello world! I am ' + this.name);
|
||||
this.bot.emit('finished_executing');
|
||||
|
|
Loading…
Add table
Reference in a new issue