Module:Command: Difference between revisions

Improved it so that it can be used for 1.13+, although this module is kinda useless
mNo edit summary
Line 126: Line 126:
else
else
param = param + 1
param = param + 1
if params[param] ~= '' and params[param] ~= '?' then
if params[param] and params[param] ~= '' and params[param] ~= '?' then
table.insert(section,params[param])
table.insert(section,params[param])
else
else