Skip to content

Commit

Permalink
force spec tfar
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Mar 14, 2016
1 parent 8fc1879 commit 7c369e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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";
[player, true] call TFAR_fnc_forceSpectator;

if (isServer || isDedicated) then {

Expand Down
3 changes: 0 additions & 3 deletions GRAD_replay/playback/preparePlayback.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ forceRespawn player;
CSSA3_forceClose = true;
if (!isNull (findDisplay 7810)) then {closeDialog 0};

if (!isNil {CSSA3_LMB}) then {
['Exit'] call CSSA3_fnc_mainSpectateFunctions;
};

[{["Starting Replay."] call EFUNC(common,displayTextStructured);},"BIS_fnc_spawn",true,true] call BIS_fnc_MP;

Expand Down

0 comments on commit 7c369e6

Please sign in to comment.