Fix hellfire script error (#9764)

This commit is contained in:
Grim 2024-02-04 15:12:13 -03:00 committed by GitHub
parent 1e404cf85b
commit ef9195f21a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]);
};