mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-09-01 20:03:09 +02:00
debugging merge
This commit is contained in:
parent
4d2e2c9b31
commit
23bf693fc2
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export class Agent {
|
||||||
await this.prompter.initExamples();
|
await this.prompter.initExamples();
|
||||||
console.log('Initializing task...');
|
console.log('Initializing task...');
|
||||||
this.task = new Task(this, task_path, task_id);
|
this.task = new Task(this, task_path, task_id);
|
||||||
this.task.loadTask(task_path, task_id)
|
this.task.loadTask(task_path, task_id) // My addition to get the load to work propely
|
||||||
this.blocked_actions = this.task.blocked_actions || [];
|
this.blocked_actions = this.task.blocked_actions || [];
|
||||||
|
|
||||||
serverProxy.connect(this);
|
serverProxy.connect(this);
|
||||||
|
|
Loading…
Add table
Reference in a new issue