Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Update misc.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo H authored and Riccardo H committed Feb 10, 2019
1 parent 1bcfe6d commit 6d61bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/surftimer/misc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6d61bdc

Please sign in to comment.