Skip to content

Commit

Permalink
init replay on client
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Jan 20, 2019
1 parent bd78845 commit 154478c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions BC_objectives/functions/common/fn_init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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;

};
Expand All @@ -39,4 +34,9 @@ if (isServer) then {

if (hasInterface) then {
call BC_objectives_fnc_endConditionListener;
};
};

// start replay record on server and init replay on client
[{
call GRAD_replay_fnc_init;
}, [], PREPARATION_TIME] call CBA_fnc_waitAndExecute;

0 comments on commit 154478c

Please sign in to comment.