mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Fixed EapGamingCore.Gui
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
local Ranking = require('ExpGamingCore.Ranking')
|
||||
local Ranking = require('ExpGamingCore.Ranking@^4.0.0')
|
||||
|
||||
return function()
|
||||
local rtn = {}
|
||||
for _,rank in pairs(Ranking.ranks) do
|
||||
table.insert(rtn,{rank.colour,rank.short_hand,rank:get_players(true))
|
||||
table.insert(rtn,{rank.colour,rank.short_hand,rank:get_players(true),rank:allowed('no-report')})
|
||||
end
|
||||
return rtn
|
||||
end
|
||||
Reference in New Issue
Block a user