Changes

m
no edit summary
Line 467: Line 467:  
         if #filterArg > 0 then
 
         if #filterArg > 0 then
 
         local test = true
 
         local test = true
         for _, e in filterArg do
+
         for _, e in ipairs(filterArg) do
 
         local kv = mw.text.split(e, "%s*~%s*")
 
         local kv = mw.text.split(e, "%s*~%s*")
 
         if tostring(ship[kv[1]](ship)) ~= kv[2] then
 
         if tostring(ship[kv[1]](ship)) ~= kv[2] then
cssedit, gkautomate
6,928

edits