Merge branch 'main' into merge-main

This commit is contained in:
MaxRobinsonTheGreat 2025-04-21 11:02:44 -05:00
commit bfd55a6791

View file

@ -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));