Fixed Sync.tick_format

This commit is contained in:
Cooldude2606
2018-04-26 17:58:40 +01:00
parent fd4b85857b
commit 6a7f270f90

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