Content deleted Content added
Trialpears (talk | contribs) bug fix |
Trialpears (talk | contribs) break loop |
||
Line 106:
if args["from"..i] then
text = text .. row(args,1)
i = i+1
else
i = -1
|
bug fix |
break loop |
||
Line 106:
if args["from"..i] then
text = text .. row(args,1)
i = i+1
else
i = -1
|