mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Added some get commands
This commit is contained in:
@@ -73,7 +73,10 @@ local preset_ranks = {
|
||||
|
||||
Jail={}
|
||||
}
|
||||
|
||||
-- returns this list, or just one rank if given
|
||||
function get_rank_presets(rank)
|
||||
if rank then return global.preset_ranks[rank] else return global.preset_ranks end
|
||||
end
|
||||
Event.register(-1,function() global.preset_ranks = preset_ranks end)
|
||||
--Please Only Edit Above This Line-----------------------------------------------------------
|
||||
return credits
|
||||
Reference in New Issue
Block a user