Skip to content

Commit

Permalink
Laser - Reset hud when exiting UAV (#5947)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Dec 21, 2017
1 parent f1f8681 commit 00caa44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/laser/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if (hasInterface) then {
TRACE_4("ACE_controlledUAV EH",_UAV,_seatAI,_turret,_position);
if (!isNull _seatAI) then {
[_seatAI] call FUNC(showVehicleHud);
} else {
[ace_player] call FUNC(showVehicleHud);
};
}] call CBA_fnc_addEventHandler;
}] call CBA_fnc_addEventHandler;
Expand Down

0 comments on commit 00caa44

Please sign in to comment.