606
edits
m |
m |
||
| Line 132: | Line 132: | ||
workers = workers .. ' ' .. buildingData.rank | workers = workers .. ' ' .. buildingData.rank | ||
end | end | ||
table.insert(productionData, com.firstUpper{label = 'Workers', value = workers}) | table.insert(productionData, com.firstUpper({label = 'Workers', value = workers})) | ||
end | end | ||
edits