mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-06-30 21:55:25 +02:00
Merge branch 'main' into merge-main
This commit is contained in:
commit
bfd55a6791
1 changed files with 3 additions and 1 deletions
|
@ -105,7 +105,9 @@ export class Agent {
|
|||
this.startEvents();
|
||||
|
||||
if (!load_mem) {
|
||||
this.task.initBotTask();
|
||||
if (task_path !== null) {
|
||||
this.task.initBotTask();
|
||||
}
|
||||
}
|
||||
|
||||
await new Promise((resolve) => setTimeout(resolve, 10000));
|
||||
|
|
Loading…
Add table
Reference in a new issue