Commit 1a9134b3 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 65eb8d71
......@@ -56,7 +56,9 @@ end
function c75041269.regop(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():GetCounter(0x1b)>=4 then
e:SetLabel(1)
else e:SetLabel(0)
else
e:SetLabel(0)
end
end
function c75041269.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
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