Skip to content

Commit

Permalink
Merge pull request #204 from Shaneajm/master
Browse files Browse the repository at this point in the history
Increase Index
  • Loading branch information
kgns authored Dec 4, 2020
2 parents e6a3419 + 3600412 commit d623b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/weapons/config.sp
Original file line number Diff line number Diff line change
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 d623b06

Please sign in to comment.