Changed Workding On Sync Gui

This commit is contained in:
Cooldude2606
2018-09-08 16:13:37 +01:00
parent 471084b80c
commit 46cf0b12dd

View File

@@ -29,7 +29,7 @@ function Sync.add_to_gui(element,...)
end
Sync.add_to_gui('Welcome to the Explosive Gaming comunity! This is one of many servers which we host.')
Sync.add_to_gui(function(player,frame) return 'This server will reset at: '..Sync.info.reset_time end)
Sync.add_to_gui(function(player,frame) return 'This server\'s next reset: '..Sync.info.reset_time end)
--- Formats a lable to be a certain format
-- @local label_format