mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-29 10:23:02 +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();
|
||||
console.log('Initializing task...');
|
||||
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 || [];
|
||||
|
||||
serverProxy.connect(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue