mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Laser - Reset hud when exiting UAV (#5947)
This commit is contained in:
parent
06db96663f
commit
4cfa64d73a
@ -15,6 +15,8 @@ if (hasInterface) then {
|
|||||||
TRACE_4("ACE_controlledUAV EH",_UAV,_seatAI,_turret,_position);
|
TRACE_4("ACE_controlledUAV EH",_UAV,_seatAI,_turret,_position);
|
||||||
if (!isNull _seatAI) then {
|
if (!isNull _seatAI) then {
|
||||||
[_seatAI] call FUNC(showVehicleHud);
|
[_seatAI] call FUNC(showVehicleHud);
|
||||||
|
} else {
|
||||||
|
[ace_player] call FUNC(showVehicleHud);
|
||||||
};
|
};
|
||||||
}] call CBA_fnc_addEventHandler;
|
}] call CBA_fnc_addEventHandler;
|
||||||
}] call CBA_fnc_addEventHandler;
|
}] call CBA_fnc_addEventHandler;
|
||||||
|
Loading…
Reference in New Issue
Block a user