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
fb065d1098
commit
cbc7748eef
@ -30,7 +30,7 @@ if (isNil QGVAR(maxWeightCarryRun)) then {
|
|||||||
// handle waking up dragged unit and falling unconscious while dragging
|
// handle waking up dragged unit and falling unconscious while dragging
|
||||||
["ace_unconscious", {_this call FUNC(handleUnconscious)}] call CBA_fnc_addEventHandler;
|
["ace_unconscious", {_this call FUNC(handleUnconscious)}] call CBA_fnc_addEventHandler;
|
||||||
|
|
||||||
// handle local effect commands for clones
|
// Handle local effect commands for clones
|
||||||
[QGVAR(cloneCreated), {
|
[QGVAR(cloneCreated), {
|
||||||
params ["_unit", "_clone"];
|
params ["_unit", "_clone"];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user