Waiting for Ready fix

This commit is contained in:
Joshua Sigona 2020-06-10 23:28:23 +09:00
parent fffd083228
commit 642dcbe4a1
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.