mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove unnecessary comment
This commit is contained in:
parent
db07de31af
commit
a8c4068b56
@ -35,7 +35,6 @@ _temperature = _overheat select 0;
|
||||
_time = _overheat select 1;
|
||||
|
||||
// Get physical parameters
|
||||
// Bullet mass is read from config in grains and converted to grams
|
||||
_bulletMass = getNumber (configFile >> "CfgAmmo" >> _ammo >> "ACE_BulletMass");
|
||||
if (_bulletMass == 0) then {
|
||||
// If the bullet mass is not configured, estimate it directly in grams
|
||||
|
Loading…
Reference in New Issue
Block a user