From da916a6f88bbc5e3e69f7b8cca2806b86e94e579 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 1 Apr 2018 20:12:48 +0100 Subject: [PATCH] Fixed Bug --- ExpCore/sync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index 99577436..4f187896 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -160,7 +160,7 @@ end -- @return either true false if setting or the date time and tick off set function Sync.time(set) local info = Sync.info() - if not set then return info.time..' (+'..(game.tick-info.time_set)..'T)' + if not set then return info.time..' (+'..(game.tick-info.time_set[1])..' Ticks)' else if not is_type(set,'string') then return false end info.time = set