Content deleted Content added
Trialpears (talk | contribs) break loop |
Trialpears (talk | contribs) fix |
||
Line 105:
while i>0 do
if args["from"..i] then
text = text .. row(args,
i = i+1
else
|
break loop |
fix |
||
Line 105:
while i>0 do
if args["from"..i] then
text = text .. row(args,
i = i+1
else
|