Skip to content

Commit

Permalink
increase index
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaneajm committed Dec 4, 2020
1 parent e6a3419 commit 3600412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/weapons/config.sp
Expand Up @@ -72,7 +72,7 @@ public void ReadConfig()
char weaponTemp[20];
do {
char name[64];
char index[4];
char index[5];
char classes[1024];

KvGetSectionName(kv, name, sizeof(name));
Expand Down

0 comments on commit 3600412

Please sign in to comment.