Use macro

This commit is contained in:
Timi007 2022-07-02 16:11:08 +02:00
parent b81988e06e
commit c011c66093
No known key found for this signature in database
GPG Key ID: AFC60E0DA93308DA

View File

@ -51,7 +51,7 @@ private _mouseClickID = [_player, "DefaultAction", {
if (GVAR(isPlacing) isNotEqualTo PLACE_WAITING) exitWith {
[_handle] call CBA_fnc_removePerFrameHandler;
call ace_interaction_fnc_hideMouseHint;
call EFUNC(interaction,hideMouseHint);
[_player, "DefaultAction", _mouseClickID] call EFUNC(common,removeActionEventHandler);
if (GVAR(isPlacing) isEqualTo PLACE_APPROVE) then {