diff --git a/autocraft.ahk b/autocraft.ahk index 2acf342..5a8bf0b 100644 --- a/autocraft.ahk +++ b/autocraft.ahk @@ -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 diff --git a/autocraft.exe b/autocraft.exe index 6dfb9f3..2deb535 100644 Binary files a/autocraft.exe and b/autocraft.exe differ