Skip to content

Commit

Permalink
left over
Browse files Browse the repository at this point in the history
  • Loading branch information
MC874 committed Apr 14, 2024
1 parent c79993f commit 7bb64fc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions ill.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,14 @@ function field_enum(ill, field, knx)
end
end
end
for k, v in ipairs(targets) do
gg.loadResults(stores)
gg.refineNumber(v, valtype)
gg.getResults(gg.getResultsCount())
gg.editAll(values, valtype)
gg.clearResults()
if stores ~= nil then
for k, v in ipairs(targets) do
gg.loadResults(stores)
gg.refineNumber(v, valtype)
gg.getResults(gg.getResultsCount())
gg.editAll(values, valtype)
gg.clearResults()
end
end
end

Expand Down

0 comments on commit 7bb64fc

Please sign in to comment.