Content deleted Content added
reverting changes |
Testing |
||
Line 270:
table.insert(name.familyNames, table.concat(fullNameTable, " ", positions[2]))
else
if(positions[1] ~= 2) then
table.insert(name.familyNames, fullNameTable[2])
end
table.insert(name.familyNames, table.concat(fullNameTable, " ", positions[1]))
end
|