From e4d3b1dc69400a985f8c909940f0a34393e0684e Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sat, 16 Sep 2017 19:45:56 +0100 Subject: [PATCH] fixed error --- locale/ExpGaming-Core/ExpGaming - Rank Control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/ExpGaming-Core/ExpGaming - Rank Control.lua b/locale/ExpGaming-Core/ExpGaming - Rank Control.lua index 17186ebb..dbbbb5c6 100644 --- a/locale/ExpGaming-Core/ExpGaming - Rank Control.lua +++ b/locale/ExpGaming-Core/ExpGaming - Rank Control.lua @@ -39,7 +39,7 @@ function string_to_rank(string) end end --converts the name of a group to the group object -function string_to_rank(string) +function string_to_rank_group(string) if type(string) == 'string' then local found_groups={} for _,group in pairs(get_rank_groups()) do