[AutoSilencer] Fix array out of bounds.
This commit is contained in:
parent
00e00d7680
commit
856b97d65a
@ -6,8 +6,8 @@
|
|||||||
Cookie g_CookieUsp = null;
|
Cookie g_CookieUsp = null;
|
||||||
Cookie g_CookieM4a1 = null;
|
Cookie g_CookieM4a1 = null;
|
||||||
bool g_bLateLoad = false;
|
bool g_bLateLoad = false;
|
||||||
bool g_bM4A1Silenced[MAXPLAYERS] = true;
|
bool g_bM4A1Silenced[MAXPLAYERS+1] = true;
|
||||||
bool g_bUSPSilenced[MAXPLAYERS] = false;
|
bool g_bUSPSilenced[MAXPLAYERS+1] = false;
|
||||||
|
|
||||||
public Plugin myinfo =
|
public Plugin myinfo =
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user