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,8 +105,10 @@ export class Agent {
this.startEvents();
if (!load_mem) {
if (task_path !== null) {
this.task.initBotTask();
}
}
await new Promise((resolve) => setTimeout(resolve, 10000));
this.checkAllPlayersPresent();