From 905d06285dd570cceddf488fe898c92a1bcc57a7 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 1 Apr 2018 13:17:36 +0100 Subject: [PATCH] Added Sync.set_ranks --- ExpCore/sync.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index 7cfce193..c72965dc 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -10,6 +10,11 @@ Discord: https://discord.gg/r6dC2uK -- this file is used to allow easy syncing with out side programes local Sync = {} +-- only used as a faster way to get to the ranking function +function Sync.set_ranks(...) + Ranking._base_preset(...) +end + --- Prints to chat as if it were a player -- @usage Sync.print('Test','Cooldude2606') -- @param player_message the message to be printed in chat