mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Added more context
This commit is contained in:
@@ -160,7 +160,7 @@ end
|
|||||||
-- @return either true false if setting or the date time and tick off set
|
-- @return either true false if setting or the date time and tick off set
|
||||||
function Sync.time(set)
|
function Sync.time(set)
|
||||||
local info = Sync.info()
|
local info = Sync.info()
|
||||||
if not set then return info.time..'('..(game.tick-info.time_set)..')'
|
if not set then return info.time..'(+'..(game.tick-info.time_set)..'T)'
|
||||||
else
|
else
|
||||||
if not is_type(set,'string') then return false end
|
if not is_type(set,'string') then return false end
|
||||||
info.time = set
|
info.time = set
|
||||||
|
|||||||
Reference in New Issue
Block a user