mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
function name error.
This commit is contained in:
parent
c5d03ce2c0
commit
7e621616d0
@ -21,7 +21,7 @@ FUNC(guidance_Hellfire_LOAL_HI_PFH) = {
|
||||
_shooter setVariable [QGVAR(launchTime), diag_tickTime, false];
|
||||
};
|
||||
|
||||
_targets = [_missile, ACE_DEFAULT_LASER_CODE, 70, _curVelocity] call ace__laser_fnc_findLaserDesignator;
|
||||
_targets = [_missile, ACE_DEFAULT_LASER_CODE, 70, _curVelocity] call ace_laser_fnc_findLaserDesignator;
|
||||
_addHeight = [0,0,0];
|
||||
if((_targets select 0)) then {
|
||||
_target = _targets select 1;
|
||||
|
Loading…
Reference in New Issue
Block a user