Counter-Strike: Fix not being able to buy ammo for WEAPON_AUG

This commit is contained in:
Marco Cawthorne 2020-08-17 05:42:09 +02:00
parent d61afb0b63
commit aab8ff9572

View file

@ -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;