From 6a7f270f90a845baf84b975259bf36db345613b9 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Thu, 26 Apr 2018 17:58:40 +0100 Subject: [PATCH] Fixed Sync.tick_format --- ExpCore/sync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index 067c5ccb..3e148464 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -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