Skip to content

Commit

Permalink
- Fixed Numpad Slash hotkey and SSG08 command
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvin Tang committed Dec 3, 2015
1 parent eb34cc3 commit 3cf27f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CSGO Key Binds/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private void primaryChecked(object sender, EventArgs e)
riflecost = 2250;
break;
case 5:
rifles = "buy sg008; ";
rifles = "buy ssg08; ";
riflecost = 1700;
break;
case 6:
Expand Down Expand Up @@ -516,7 +516,7 @@ private void primaryChanged(object sender, EventArgs e)
riflecost = 2250;
break;
case 5:
rifles = "buy sg008; ";
rifles = "buy ssg08; ";
riflecost = 1700;
break;
case 6:
Expand Down Expand Up @@ -610,7 +610,7 @@ private void keysChanged(object sender, EventArgs e)

private void aboutClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
MessageBox.Show("CSGO Buy Bind Generator v3.3\nCreated by AwesomeAlvin");
MessageBox.Show("CSGO Buy Bind Generator v3.4\nCreated by AwesomeAlvin");
}

private void selectkeyButton_Click(object sender, EventArgs e)
Expand Down Expand Up @@ -693,7 +693,7 @@ private void keyChanged(object sender, EventArgs e)
otherkeys = true;
break;
case "Numpad /":
keys = "kp_divide ";
keys = "kp_slash ";
otherkeys = true;
break;
case "↑":
Expand Down

0 comments on commit 3cf27f1

Please sign in to comment.