This commit is contained in:
Jean-Patrick Guerrero 2020-02-09 02:01:51 +01:00
parent e2cdfc28b0
commit aa61333ee3
1 changed files with 2 additions and 0 deletions

View File

@ -1616,6 +1616,8 @@ local function fields(player, _f)
else
data.show_usages = not data.show_usages
end
elseif item == data.query_item then
return
end
local recipes, usages = get_recipes(item, data, player)