Skip to content

Commit

Permalink
replay fix #thxsalbei
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Aug 13, 2018
1 parent 993874f commit d2fcbd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/spawn/spawnRadioTruck.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ spawnRadioTruck = {
sleep 7;

// create replay
[[REPLAY_ACCURACY], "node_modules\@gruppe-adler\replay\GRAD_replay_init.sqf"] remoteExec ["execVM", 0, true];
[REPLAY_ACCURACY] remoteExec ["GRAD_replay_fnc_init", 0, true];

// create tasks
[[], "BC_objectives\init.sqf"] remoteExec ["execVM", 0, true];

};
};

0 comments on commit d2fcbd8

Please sign in to comment.