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