mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Merge branch 'core'
This commit is contained in:
@@ -21,7 +21,7 @@ end
|
|||||||
--- Used to standidise the tick format for any sync info
|
--- Used to standidise the tick format for any sync info
|
||||||
-- @usage Sync.tick_format(60) -- return {60,'1.00M'}
|
-- @usage Sync.tick_format(60) -- return {60,'1.00M'}
|
||||||
function Sync.tick_format(tick)
|
function Sync.tick_format(tick)
|
||||||
return {tick,tick_to_display_format(18000)}
|
return {tick,tick_to_display_format(tick)}
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Prints to chat as if it were a player
|
--- Prints to chat as if it were a player
|
||||||
|
|||||||
Reference in New Issue
Block a user