Skip to content

Commit

Permalink
Update sv_anticombatlog.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Musiker15 committed May 14, 2024
1 parent e7ad402 commit bd652e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/sv_anticombatlog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ AddEventHandler('playerDropped', function(reason)
Config.AntiCombatlog.discord.title,
Config.AntiCombatlog.discord.text:format(playerName, src),
{
{name = "Reason", value = reason, inline = false},
{name = "Coords", value = coords, inline = false},
{name = "Reason", value = ("%s"):format(reason), inline = false},
{name = "Coords", value = ("%s"):format(coords), inline = false},
{name = "Identifier", value = ("%s\n%s\n%s"):format(getIdentifier('steam:'), getIdentifier('license:'), getIdentifier('discord:')), inline = false},
},
{text = ("© %s • %s"):format(Config.AntiCombatlog.discord.botName, time), link = Config.AntiCombatlog.discord.botAvatar}
Expand Down

0 comments on commit bd652e6

Please sign in to comment.