Skip to content

Commit

Permalink
fix replay starting x times
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Nov 30, 2015
1 parent 90d233c commit 2e43a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GRAD_replay/playback/playback.sqf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "\z\ace\addons\main\script_component.hpp"
[] execVM "CSSA3\exitCSSA3.sqf";

[{[] execVM "GRAD_replay\playback\preparePlayback.sqf";},"BIS_fnc_spawn",true,true] call BIS_fnc_MP;
[] execVM "GRAD_replay\playback\preparePlayback.sqf";

if (isServer || isDedicated) then {

Expand Down

0 comments on commit 2e43a0b

Please sign in to comment.