From af86d8c9a2cbc6f0506ad42215427e7a746b437e Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 11 Nov 2018 14:23:30 +0000 Subject: [PATCH] Changed Sync Server Name --- modules/ExpGamingCore/Sync/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ExpGamingCore/Sync/control.lua b/modules/ExpGamingCore/Sync/control.lua index 4a240230..7bd0a816 100644 --- a/modules/ExpGamingCore/Sync/control.lua +++ b/modules/ExpGamingCore/Sync/control.lua @@ -116,7 +116,7 @@ function Sync.emit_embeded(args) -- creates the first field given for every emit 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 + value='Server Name: ${serverName} Online Players: '..#game.connected_players..' '..mods_online..' Server Time: '..tick_to_display_format(game.tick)..' '..server_detail }} -- for each value given in args it will create a new field for the embed for key, value in pairs(args) do