Commit c0fc4949 authored by Amiya's avatar Amiya

修复

parent 8b1ca4cd
Pipeline #42924 passed with stages
in 3 minutes and 21 seconds
...@@ -66,7 +66,7 @@ function s.hsptg(e,tp,eg,ep,ev,re,r,rp,chk,c) ...@@ -66,7 +66,7 @@ function s.hsptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
local sg=rg:SelectSubGroup(tp,s.fselect,true,2,2,tp,c) local sg=rg:SelectSubGroup(tp,s.fselect,true,2,2,tp,c)
if sg:GetCount()>0 then if sg:GetCount()>0 then
sg:KeepAlive() sg:KeepAlive()
e:SetLabelObject(mg) e:SetLabelObject(sg)
else return false end else return false end
end end
function s.hspop(e,tp,eg,ep,ev,re,r,rp,c) function s.hspop(e,tp,eg,ep,ev,re,r,rp,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