Commit ffed2c1d authored by Vury Leo's avatar Vury Leo

lint

parent 284b5b8c
......@@ -4705,7 +4705,6 @@ function Fusion.GetMaterialCardSignature(mc,tc,patterns,fcheck_signature)
if slot.group.filter then
table.insert(parts,slot.group.filter(mc) and "1" or "0")
end
if slot.group.has_same then
if slot.group.has_same then
for _,fn in ipairs(slot.group.has_same) do
local raw=fn(mc,tc)
......@@ -4718,7 +4717,6 @@ function Fusion.GetMaterialCardSignature(mc,tc,patterns,fcheck_signature)
end
end
end
end
if slot.group.unique_by then
local raw=slot.group.unique_by(mc)
table.insert(parts,"[" .. serializeList(raw) .. "]")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment