Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachPerkitny committed Sep 6, 2017
1 parent 6660dca commit ccc15dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**0.0.3**
- Only Add to Team Kill count if victim selects punish option

**0.0.2**
- Incorrect Halo Sprite

Expand Down
2 changes: 1 addition & 1 deletion scripting/teamkillmanager.sp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public int Handle_TeamKillPunishmentMenu(Menu menu, MenuAction action, int clien
char name[MAX_NAME_LENGTH];
strcopy(name, sizeof(name), g_VictimsAttackerName[client]);
int attacker = g_VictimsAttackerClient[client];
char info[4];
char info[3];
PunishType type;
/* get punishment type */
menu.GetItem(option, info, sizeof(info));
Expand Down

0 comments on commit ccc15dc

Please sign in to comment.