mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-16 12:15:36 +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,8 +105,10 @@ export class Agent {
|
||||||
this.startEvents();
|
this.startEvents();
|
||||||
|
|
||||||
if (!load_mem) {
|
if (!load_mem) {
|
||||||
|
if (task_path !== null) {
|
||||||
this.task.initBotTask();
|
this.task.initBotTask();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
await new Promise((resolve) => setTimeout(resolve, 10000));
|
await new Promise((resolve) => setTimeout(resolve, 10000));
|
||||||
this.checkAllPlayersPresent();
|
this.checkAllPlayersPresent();
|
||||||
|
|
Loading…
Add table
Reference in a new issue