Skip to content

Commit 2869395

Browse files
authored
potential hotfix for config misreads 2
1 parent 352e2c1 commit 2869395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Exile UI.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Init_client()
248248
LLK_Log("found game's config-file")
249249

250250
;check the contents of the client-config
251-
game_config := IniBatchRead(poe_config_file)
251+
game_config := IniBatchRead(poe_config_file,, "blank")
252252
If !game_config.Count()
253253
LLK_Error("Cannot read the PoE config-file. Please restart the game-client and then the script. If you get this error repeatedly, please report the issue.`n`nError-message (for reporting): PoE-config returns empty")
254254

0 commit comments

Comments
 (0)