2
0
Fork 0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-08-20 21:19:33 +03:00

bug 3553 follow-up fix.

Former-commit-id: 65d97fe5f5
This commit is contained in:
David Anderson 2013-02-13 00:09:34 -08:00
commit 69c06545ce

View file

@ -72,7 +72,7 @@ new g_cmdMenuHelp[MAX_CMDS_LAYERS][] =
/* End of Commands Menu */
#define MAX_CMDS 32
#define MAX_CMDS 64
#define MAX_CVARS 48
new g_cmdName[MAX_CMDS*MAX_CMDS_LAYERS][32]