ElEditors, Interface administrators, Administrators
70,981
edits
No edit summary |
No edit summary |
||
Line 68: | Line 68: | ||
local cube_arg = string.sub(name, j); | local cube_arg = string.sub(name, j); | ||
name = name:gsub('%sModCube[0-9]', ''); | name = name:gsub('%sModCube[0-9]', ''); | ||
cube | cube = cube_arg; | ||
end | end | ||