technic/machines/other/frames.lua @@ -43,7 +43,7 @@ end end function lines(str) local function lines(str) local t = {} local function helper(line) table.insert(t, line) return "" end helper((str:gsub("(.-)\r?\n", helper)))