mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
script error
This commit is contained in:
parent
d3d5554c49
commit
fa9cf0280c
@ -13,7 +13,7 @@ FUNC(laserHudDesignatePFH) = {
|
||||
|
||||
TRACE_1("", _args);
|
||||
|
||||
if(vehicle ACE_player) != _shooter || !alive _shooter || isNull _vehicle || isNull _laserTarget || !GVAR(active) ) exitWith {
|
||||
if((vehicle ACE_player) != _shooter || !alive _shooter || isNull _vehicle || isNull _laserTarget || !GVAR(active) ) exitWith {
|
||||
[_vehicle, _shooter, _laserTarget] call FUNC(laserHudDesignateOff);
|
||||
};
|
||||
if(!([_shooter] call FUNC(unitTurretHasDesignator)) ) exitWith {
|
||||
|
Loading…
Reference in New Issue
Block a user