diff --git a/addons/iron_dome/functions/fnc_projectileTrackerPFH.sqf b/addons/iron_dome/functions/fnc_projectileTrackerPFH.sqf index 082319563d..f7cba67d1c 100644 --- a/addons/iron_dome/functions/fnc_projectileTrackerPFH.sqf +++ b/addons/iron_dome/functions/fnc_projectileTrackerPFH.sqf @@ -41,6 +41,8 @@ if (_idleLaunchers isNotEqualTo []) then { GVAR(nonTrackingProjectiles) = GVAR(nonTrackingProjectiles) select { private _projectile = _x; + if (isNull _projectile) then {continueWith false}; + private _keep = true; private _bestRange = 1e10;