From ef9195f21a0cdc84fe881b6b4b8ee6c1baab89e3 Mon Sep 17 00:00:00 2001 From: Grim <69561145+LinkIsGrim@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:12:13 -0300 Subject: [PATCH] Fix hellfire script error (#9764) --- addons/hellfire/functions/fnc_getAttackProfileSettings.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/hellfire/functions/fnc_getAttackProfileSettings.sqf b/addons/hellfire/functions/fnc_getAttackProfileSettings.sqf index 48219da6fb..14d89f82e3 100644 --- a/addons/hellfire/functions/fnc_getAttackProfileSettings.sqf +++ b/addons/hellfire/functions/fnc_getAttackProfileSettings.sqf @@ -33,7 +33,7 @@ private _startingStage = if (_configLaunchHeightClear > 0) then { } else { [ STAGE_ATTACK_CRUISE, - STAGE_SEEK_CRUISE, + STAGE_SEEK_CRUISE ] select (_seekerTargetPos isEqualTo [0,0,0]); };