Content deleted Content added
m this should also be done, I assume? |
mNo edit summary |
||
Line 206:
circularR = {}
}
-- to do: add rest of S-line parameters
local _index = {}
for k, v in pairs(_args) do
Line 230 ⟶ 231:
args.right[b] = v
_index[b] = true
-- elseif a == 'type' then
-- args.Type[b] = v
elseif a == 'type-left' then
args.TypeL[b] = v
|