Ranks done

This commit is contained in:
Cooldude2606
2017-12-10 20:51:38 +00:00
parent 6b409f7cbe
commit 6fc1c7b9d9
5 changed files with 182 additions and 18 deletions

View File

@@ -36,4 +36,6 @@ Ranking, Server, Gui = require('/locale/ExpCore/load'){'Ranking','Server','Gui'}
-- this loads the ranks that Ranking uses
require('/locale/ExpCore/ranks')
-- this loads any edits that are not need in core pcall as file may not be preset
pcall(require,'/locale/Addons/playerRanks')
pcall(require,'/locale/Addons/playerRanks')
-- this makes sure that all the little details are cleaned up
Ranking._auto_edit_ranks()