mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-06 23:35:39 +02:00
Update agent.js
This commit is contained in:
parent
407be3e652
commit
5718427b3b
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ export class Agent {
|
||||||
|
|
||||||
console.log(`${this.name} spawned.`);
|
console.log(`${this.name} spawned.`);
|
||||||
this.clearBotLogs();
|
this.clearBotLogs();
|
||||||
|
|
||||||
this._setupEventHandlers(save_data, init_message);
|
this._setupEventHandlers(save_data, init_message);
|
||||||
this.startEvents();
|
this.startEvents();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue