Skip to content

Commit 697d517

Browse files
committed
remove unrelated change
1 parent 0f1fb11 commit 697d517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@ local function get_items_fs(fs, data, player, full_height)
15761576
local item_btn = fmt("item_image_button", X, Y, size, size, name, item, "")
15771577

15781578
if recipe_filter_set() and data.itab == 1 then
1579-
if data.items_progress and data.items_progress[item] then
1579+
if data.items_progress then
15801580
insert(fs, item_btn)
15811581
else
15821582
local col = "^\\[colorize:#232428^\\[opacity:245"

0 commit comments

Comments
 (0)