diff --git a/BC_objectives/functions/common/fn_init.sqf b/BC_objectives/functions/common/fn_init.sqf index a88cb406..92d69b67 100644 --- a/BC_objectives/functions/common/fn_init.sqf +++ b/BC_objectives/functions/common/fn_init.sqf @@ -26,11 +26,6 @@ if (isServer) then { }, [], 10] call CBA_fnc_waitAndExecute; - // start replay record - [{ - call GRAD_replay_fnc_init; - }, [], PREPARATION_TIME] call CBA_fnc_waitAndExecute; - }, [], 10] call CBA_fnc_waitAndExecute; }; @@ -39,4 +34,9 @@ if (isServer) then { if (hasInterface) then { call BC_objectives_fnc_endConditionListener; -}; \ No newline at end of file +}; + +// start replay record on server and init replay on client +[{ + call GRAD_replay_fnc_init; +}, [], PREPARATION_TIME] call CBA_fnc_waitAndExecute; \ No newline at end of file