fixed rank table

This commit is contained in:
Cooldude2606
2017-10-21 23:24:44 +01:00
parent 71ddd59e02
commit cc00175c1d

View File

@@ -260,5 +260,5 @@ local function get_rank_groups(part)
end
-- Move the ranks to the global array
Event.register(Event.soft_init,function() global.exp_core.ranks = ranks end)
--Please Only Edit Above This Line-----------------------------------------------------------
return {get_ranks, get_rank_groups}