Commit 84c19065 authored by Amiya's avatar Amiya

修复

parent 74404aca
Pipeline #42600 passed with stages
in 1 minute and 39 seconds
......@@ -67,7 +67,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function s.rmfilter(c,tp,tc)
return c:IsAbleToRemove(tp) and c:IsOriginalCodeRule(tc:GetOriginalCode())
return c:IsAbleToRemove(tp) and c:IsOriginalCodeRule(tc:GetOriginalCodeRule())
end
function s.activate(e,tp,eg,ep,ev,re,r,rp)
if e:GetLabel()==1 then
......
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