mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-23 22:52:06 +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) {
|
if (init_message) {
|
||||||
this.handleMessage('MINECRAFT', init_message);
|
this.handleMessage('system', init_message);
|
||||||
} else {
|
} else {
|
||||||
this.bot.chat('Hello world! I am ' + this.name);
|
this.bot.chat('Hello world! I am ' + this.name);
|
||||||
this.bot.emit('finished_executing');
|
this.bot.emit('finished_executing');
|
||||||
|
|
Loading…
Add table
Reference in a new issue