Fixed incorrect execution order

This commit is contained in:
ulteq 2015-06-02 20:01:48 +02:00
parent 2b6157bdb8
commit 4580168080

View File

@ -26,9 +26,9 @@ if (!isNull (GVAR(sandBag))) then {
[GVAR(placer), "ACE_Sandbag", false] call EFUNC(Common,setForceWalkStatus); [GVAR(placer), "ACE_Sandbag", false] call EFUNC(Common,setForceWalkStatus);
GVAR(sandBag) = objNull;
GVAR(placer) = objNull;
call EFUNC(interaction,hideMouseHint); call EFUNC(interaction,hideMouseHint);
[GVAR(placer), "DefaultAction", GVAR(placer) getVariable [QGVAR(Deploy), -1]] call EFUNC(Common,removeActionEventHandler); [GVAR(placer), "DefaultAction", GVAR(placer) getVariable [QGVAR(Deploy), -1]] call EFUNC(Common,removeActionEventHandler);
[GVAR(placer), "zoomtemp", GVAR(placer) getVariable [QGVAR(Cancel), -1]] call EFUNC(Common,removeActionEventHandler); [GVAR(placer), "zoomtemp", GVAR(placer) getVariable [QGVAR(Cancel), -1]] call EFUNC(Common,removeActionEventHandler);
GVAR(sandBag) = objNull;
GVAR(placer) = objNull;