mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
unneeded parens
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
parent
b6891b729d
commit
e5f62c71d2
@ -25,7 +25,7 @@ private _ammoInfo = GVAR(spallInfoCache) get _ammo;
|
||||
|
||||
if (!isNil "_ammoInfo") exitWith {_ammoInfo};
|
||||
|
||||
private _ammoConfig = (configFile >> "CfgAmmo" >> _ammo);
|
||||
private _ammoConfig = configFile >> "CfgAmmo" >> _ammo;
|
||||
private _caliber = getNumber (_ammoConfig >> "caliber");
|
||||
private _explosive = 1 min getNumber (_ammoConfig >> "explosive");
|
||||
private _indirectHit = getNumber (_ammoConfig >> "indirectHitRange");
|
||||
|
Loading…
Reference in New Issue
Block a user