Counter-Strike: Fix not being able to buy ammo for WEAPON_AUG
This commit is contained in:
parent
d61afb0b63
commit
aab8ff9572
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ CSEv_AmmoBuyPrimary(void)
|
|||
cal = CALIBER_556MM;
|
||||
break;
|
||||
case WEAPON_AUG:
|
||||
cal = CALIBER_556MM;
|
||||
cal = CALIBER_762MM;
|
||||
break;
|
||||
case WEAPON_SCOUT:
|
||||
cal = CALIBER_762MM;
|
||||
|
|
Loading…
Reference in a new issue