From cc00175c1d61266fb948eb4ef2bbcbfc00fea2d6 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sat, 21 Oct 2017 23:24:44 +0100 Subject: [PATCH] fixed rank table --- locale/ExpGaming-Core/ExpGaming - Rank Table.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/ExpGaming-Core/ExpGaming - Rank Table.lua b/locale/ExpGaming-Core/ExpGaming - Rank Table.lua index 11e7d8f0..babef76d 100644 --- a/locale/ExpGaming-Core/ExpGaming - Rank Table.lua +++ b/locale/ExpGaming-Core/ExpGaming - Rank Table.lua @@ -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} \ No newline at end of file