Commit 853218b1 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent bba0fde1
...@@ -201,7 +201,7 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -201,7 +201,7 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp)
end end
--e10 --e10
function cm.efilter(e,te) function cm.efilter(e,te)
return te:GetOwnerPlayer()~=e:GetHandlerPlayer() return te:GetOwner()~=e:GetOwner()
end end
--e12 --e12
function cm.tdfilter(c) function cm.tdfilter(c)
......
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