Skip to content

Commit

Permalink
Changed mass to config mass - cause of acemod#3779
Browse files Browse the repository at this point in the history
  • Loading branch information
ir0n1e committed May 10, 2016
1 parent 13dc56c commit 6c76d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/gunbag/functions/fnc_calculateMass.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ private _mass = getNumber (configFile >> "CfgWeapons" >> _weapon >> "WeaponSlots
_mass = _mass + getNumber (configFile >> "CfgWeapons" >> _x >> "ItemInfo" >> "mass");
} foreach _items;

(_mass / 22)
_mass

0 comments on commit 6c76d5b

Please sign in to comment.