From 6d61bdc6e926c94b863550300b021e672844a4c6 Mon Sep 17 00:00:00 2001 From: Riccardo H Date: Sun, 10 Feb 2019 21:23:38 +0100 Subject: [PATCH] Update misc.sp --- addons/sourcemod/scripting/surftimer/misc.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sourcemod/scripting/surftimer/misc.sp b/addons/sourcemod/scripting/surftimer/misc.sp index 27a7b04..1b163fb 100644 --- a/addons/sourcemod/scripting/surftimer/misc.sp +++ b/addons/sourcemod/scripting/surftimer/misc.sp @@ -4430,7 +4430,7 @@ public void sendDiscordAnnouncement(char szName[32], char szMapName[128], char s // Format The Message char szMessage[256]; - Format(szMessage, sizeof(szMessage), "```md\n# New Server Record on %s Server #\n\n[%s] beat the Server Record on < %s > with time of < %s > ]:```", g_sServerName, szName, szMapName, szTime); + Format(szMessage, sizeof(szMessage), "```md\n# New Server Record on %s #\n\n[%s] beat the server record on < %s > with time of < %s > ]:```", g_sServerName, szName, szMapName, szTime); hook.SetContent(szMessage); hook.Send();