mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Use macro
This commit is contained in:
parent
b81988e06e
commit
c011c66093
@ -51,7 +51,7 @@ private _mouseClickID = [_player, "DefaultAction", {
|
|||||||
|
|
||||||
if (GVAR(isPlacing) isNotEqualTo PLACE_WAITING) exitWith {
|
if (GVAR(isPlacing) isNotEqualTo PLACE_WAITING) exitWith {
|
||||||
[_handle] call CBA_fnc_removePerFrameHandler;
|
[_handle] call CBA_fnc_removePerFrameHandler;
|
||||||
call ace_interaction_fnc_hideMouseHint;
|
call EFUNC(interaction,hideMouseHint);
|
||||||
[_player, "DefaultAction", _mouseClickID] call EFUNC(common,removeActionEventHandler);
|
[_player, "DefaultAction", _mouseClickID] call EFUNC(common,removeActionEventHandler);
|
||||||
|
|
||||||
if (GVAR(isPlacing) isEqualTo PLACE_APPROVE) then {
|
if (GVAR(isPlacing) isEqualTo PLACE_APPROVE) then {
|
||||||
|
Loading…
Reference in New Issue
Block a user