mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
fixed error
This commit is contained in:
@@ -39,7 +39,7 @@ function string_to_rank(string)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
--converts the name of a group to the group object
|
--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
|
if type(string) == 'string' then
|
||||||
local found_groups={}
|
local found_groups={}
|
||||||
for _,group in pairs(get_rank_groups()) do
|
for _,group in pairs(get_rank_groups()) do
|
||||||
|
|||||||
Reference in New Issue
Block a user