Mostly works
This commit is contained in:
@@ -103,7 +103,7 @@ class FarmSupply {
|
||||
await sleep(3000);
|
||||
// Wait for pathfinder to be idle
|
||||
while (this.bot.bot.pathfinder.isMoving()) {
|
||||
this.bot.bot.pathfinder.stop();
|
||||
this.bot.bot.clearControlStates();
|
||||
await sleep(500);
|
||||
}
|
||||
this.bot.bot.clearControlStates();
|
||||
|
||||
Reference in New Issue
Block a user