Commit 1fa7a856 authored by Vury Leo's avatar Vury Leo

fix param

parent 7858e9ea
......@@ -4294,7 +4294,7 @@ function Synchro.CanIncludeMaterial(mc,state,selected,tc,
end
-- global material‐limit check
if not state.material_limit_filter(nil,mc) then
if not state.material_limit_filter(mc) then
return false,nil
end
......
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