Commit 4b37a627 authored by nanahira's avatar nanahira

fix

parent ad229644
...@@ -315,7 +315,7 @@ function cm.XyzProcedureCustomCheck(g,xyzc,tp,gf) ...@@ -315,7 +315,7 @@ function cm.XyzProcedureCustomCheck(g,xyzc,tp,gf)
end end
end end
if g:IsExists(cm.XyzProcedureCustomTuneMagicianCheck,1,nil,g) then return false end if g:IsExists(cm.XyzProcedureCustomTuneMagicianCheck,1,nil,g) then return false end
return true return not gf or gf(g,xyzc,tp)
end end
function cm.AddXyzProcedureCustom(c,func,gf,minc,maxc,xm,...) function cm.AddXyzProcedureCustom(c,func,gf,minc,maxc,xm,...)
local ext_params={...} local ext_params={...}
......
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