mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Added Sync.set_ranks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user