Content deleted Content added
shouldn't need type if from is specified |
adjust while condition |
||
Line 28:
local content = {};
local contentIndex = '';
while args['type'..contentIndex] or args['from'..contentIndex] do
local contentArgs = {}
for k, v in pairs(args) do
|