Skip to content

Commit

Permalink
Ammunition - Fix missing cartridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF committed Sep 9, 2023
1 parent 85a969e commit cbe705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/ammunition/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class CfgAmmo {
airFriction = -0.00089999998;
airLock = 1;
caliber = 1.8;
cartridge = "";
cartridge = "FxCartridge_65";
cost = 1;
dangerRadiusBulletClose = 8;
dangerRadiusHit = 12;
Expand Down

0 comments on commit cbe705d

Please sign in to comment.