Difference between revisions of "Module:RankTable"

21 bytes added ,  00:15, 15 March 2017
m
table.concat
m (you're supposed to return the module lol)
m (table.concat)
Line 53: Line 53:


function p:RankDataReturn( frame )
function p:RankDataReturn( frame )
return p.RankData
return table.concat( p.RankData, "," )
end
end


359

edits