diff --git a/GRAD_replay/playback/playback.sqf b/GRAD_replay/playback/playback.sqf index 10a9b707..70da9f51 100644 --- a/GRAD_replay/playback/playback.sqf +++ b/GRAD_replay/playback/playback.sqf @@ -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 { diff --git a/GRAD_replay/playback/preparePlayback.sqf b/GRAD_replay/playback/preparePlayback.sqf index 5e774d23..9486f341 100644 --- a/GRAD_replay/playback/preparePlayback.sqf +++ b/GRAD_replay/playback/preparePlayback.sqf @@ -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;