about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/main.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.ts b/src/main.ts
index 2a9d3fb..4377726 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -68,6 +68,7 @@ bot.once('spawn', async () => {
 
   (bot as any).autoArmor.checkOnItemPickup = true;
 
+  (bot as any).pathfinder.thinkTimeout = 20000;
   (bot as any).pathfinder.setMovements(defaultMove);
   (bot as any).pathfinder.setGoal(goal);