Skip to content

Commit 2dba021

Browse files
authored
Update c511013002.lua
Missing brackets
1 parent 7e9b386 commit 2dba021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unofficial/c511013002.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp,c)
5555
Duel.SendtoGrave(g,REASON_COST)
5656
g:DeleteGroup()
5757
end
58-
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,
58+
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk)
5959
if chk==0 then return true end
6060
Duel.SetOperationInfo(0,CATEGORY_DESTROY,nil,1,0,LOCATION_SZONE)
6161
end

0 commit comments

Comments
 (0)