Skip to content

Commit

Permalink
fix: discord message buffer size (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushaway authored Feb 9, 2024
1 parent 8700feb commit 92ef44b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions addons/sourcemod/scripting/CallAdmin.sp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
#define PLUGIN_NAME "CallAdmin"
#define CHAT_PREFIX "{gold}[Call Admin]{orchid}"

#define WEBHOOK_URL_MAX_SIZE 1000
#define WEBHOOK_THREAD_NAME_MAX_SIZE 100

ConVar g_cvWebhook, g_cvWebhookRetry, g_cvAvatar, g_cvUsername, g_cvMapThumbnailURL, g_cvColor;
ConVar g_cvChannelType, g_cvThreadName, g_cvThreadID;

Expand All @@ -49,7 +46,7 @@ public Plugin myinfo =
name = PLUGIN_NAME,
author = "inGame, maxime1907, .Rushaway",
description = "Send a calladmin message to discord",
version = "2.0.1",
version = "2.0.2",
url = "https://github.com/srcdslab/sm-plugin-CallAdmin"
};

Expand Down

0 comments on commit 92ef44b

Please sign in to comment.