Skip to content

Commit

Permalink
Missing brace.
Browse files Browse the repository at this point in the history
  • Loading branch information
LawTotem committed Aug 26, 2021
1 parent b16df15 commit 4faa6ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PoE-Enchantress.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SendMode Input ; Recommended for new scripts due to its superior speed and reli
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.


global version := "0.2.0"
global version := "0.2.1"

global PID := DllCall("Kernel32\GetCurrentProcessId")

Expand Down Expand Up @@ -100,6 +100,7 @@ while (HeistPriceTxt == "ERROR") {
IniWrite, "heists.txt", %SettingsPath%, User, HeistPriceTxt
sleep, 250
IniRead, HeistPriceTxt, %SettingsPath% User, HeistPriceTxt
}

IniRead, SnapshotScreen, %SettingsPath%, User, SnapshotScreen
while (SnapshotScreen == "ERROR") {
Expand Down

0 comments on commit 4faa6ee

Please sign in to comment.