mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update XEH_postInit.sqf
This commit is contained in:
parent
370c5558ed
commit
83adf65cad
@ -42,4 +42,4 @@ if (!hasInterface) exitWith {};
|
|||||||
[_unit, "DefaultAction", _ehID] call EFUNC(common,removeActionEventHandler);
|
[_unit, "DefaultAction", _ehID] call EFUNC(common,removeActionEventHandler);
|
||||||
|
|
||||||
_unit setVariable [QGVAR(actionID), nil];
|
_unit setVariable [QGVAR(actionID), nil];
|
||||||
}] call EFUNC(common,addPlayerEH);
|
}] call CBA_fnc_addBISPlayerEventHandler;
|
||||||
|
Loading…
Reference in New Issue
Block a user