[AutoSilencer] Fix array out of bounds.

This commit is contained in:
zaCade 2023-01-24 13:44:45 +01:00
parent 00e00d7680
commit 856b97d65a

View File

@ -6,8 +6,8 @@
Cookie g_CookieUsp = null;
Cookie g_CookieM4a1 = null;
bool g_bLateLoad = false;
bool g_bM4A1Silenced[MAXPLAYERS] = true;
bool g_bUSPSilenced[MAXPLAYERS] = false;
bool g_bM4A1Silenced[MAXPLAYERS+1] = true;
bool g_bUSPSilenced[MAXPLAYERS+1] = false;
public Plugin myinfo =
{