Waiting for Ready fix

master
Joshua Sigona 5 years ago
parent fffd083228
commit 642dcbe4a1
  1. 2
      autocraft.ahk
  2. BIN
      autocraft.exe

@ -826,7 +826,7 @@ ProgressStep(ByRef step,ByRef cp,cpcost,stepamt=1) {
loop {
Stdout("Waiting for Ready...")
sleep, 250
} until (ActionReady() or !toggle or RECIPEDONE)
} until (ActionReady() or !toggle or RECIPEDONE or CraftingWindowOpen())
}
STEP = -9999

Binary file not shown.
Loading…
Cancel
Save