Merge branch 'core'

This commit is contained in:
Cooldude2606
2018-04-26 18:00:07 +01:00

View File

@@ -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