From 62c40dfe6773325f4c6c3cd1b47cdbf48f0debbf Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Thu, 5 Apr 2018 20:34:08 +0100 Subject: [PATCH] Fixed Sync Error again --- ExpCore/sync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index fa8fd5c7..6853f884 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -57,7 +57,7 @@ function Sync.emit_embeded(args) local color = is_type(args.color,'string') and args.color:find("0x") and args.color or '0x0' local description = is_type(args.description,'string') and args.description or '' local server_detail = is_type(args.server_detail,'string') and args.server_detail or '' - local mods_online = 'Mods Online: '..Sync.info().admins + local mods_online = 'Mods Online: '..Sync.info().players.admins_online local done, fields = {title=true,color=true,description=true,server_detail=true}, {{ name='Server Details', value='Server Name: {{ serverName }} Online Players: '..#game.connected_players..' '..mods_online..' Server Time: '..tick_to_display_format(game.tick)..' '..server_detail