Skip to content

Commit

Permalink
post scan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shirsig committed Oct 29, 2022
1 parent 0821c00 commit 7cb1192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/post/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ function refresh_entries()
bid_records[item_key] = bid_records[item_key] or {}
buyout_records[item_key] = buyout_records[item_key] or {}
refresh = true
if not aux.account_data.post_full_scan and next(buyout_records) then
if not aux.account_data.post_full_scan and next(buyout_records[item_key]) then
scan.abort()
aux.coro_wait()
end
Expand Down

0 comments on commit 7cb1192

Please sign in to comment.