mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix hellfire script error (#9764)
This commit is contained in:
parent
1e404cf85b
commit
ef9195f21a
@ -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]);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user