Module:Face: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 41: Line 41:
         end
         end
         if string.len(arr[1]) == 1 then
         if string.len(arr[1]) == 1 then
             arr[1] = "0" .. data
             arr[1] = "0" .. arr[1]
         end
         end
         pathIndex = arr[1] .. "LINE_"
         pathIndex = arr[1] .. "LINE_"