mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Added ExpGamingPlayer.playerList
This commit is contained in:
9
modules/ExpGamingPlayer/playerList/src/ranking.lua
Normal file
9
modules/ExpGamingPlayer/playerList/src/ranking.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local Ranking = require('ExpGamingCore.Ranking')
|
||||
|
||||
return function()
|
||||
local rtn = {}
|
||||
for _,rank in pairs(Ranking.ranks) do
|
||||
table.insert(rtn,{rank.colour,rank.short_hand,rank:get_players(true))
|
||||
end
|
||||
return rtn
|
||||
end
|
||||
Reference in New Issue
Block a user