Commit 54b60ff7 authored by nanahira's avatar nanahira

fix

parent 99f69137
......@@ -138,7 +138,7 @@ function cm.GetValueType(v)
end
function cm.CheckGroup(g,f,cg,min,max,...)
if cg then Duel.SetSelectedCard(cg) end
return g:CheckSubGroup(g,f,min,max,...)
return g:CheckSubGroup(f,min,max,...)
end
function cm.SelectGroupNew(tp,desc,cancelable,g,f,cg,min,max,...)
local min=min or 1
......
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