From 15b581b4cc75bad98dd2cc173fa972dc3a7d9d61 Mon Sep 17 00:00:00 2001 From: johnb432 <58661205+johnb432@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:56:25 +0100 Subject: [PATCH] Update fnc_createClone.sqf --- addons/dragging/functions/fnc_createClone.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/dragging/functions/fnc_createClone.sqf b/addons/dragging/functions/fnc_createClone.sqf index db0b51bba2..4228356ac8 100644 --- a/addons/dragging/functions/fnc_createClone.sqf +++ b/addons/dragging/functions/fnc_createClone.sqf @@ -72,7 +72,7 @@ _clone setVariable [QGVAR(original), [_target, _isInRemainsCollector, _isObjectH // Move unit below terrain in order to hide it and remove its inventory access _target setPosATL _posATL; -}, [_target, _posATL], 0.1] call CBA_fnc_waitAndExecute; +}, [_target, _posATL], 0.25] call CBA_fnc_waitAndExecute; // Sets the facial expression [[QGVAR(cloneCreated), [_target, _clone]] call CBA_fnc_globalEventJIP, _clone] call CBA_fnc_removeGlobalEventJIP;