Skip to content

Commit

Permalink
Merge pull request #43 from jokoho48/patch-1
Browse files Browse the repository at this point in the history
Add ACRE support
  • Loading branch information
nomisum authored Jul 9, 2020
2 parents fde172b + b4fcf9c commit f2243e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion functions/player/fn_receiveData.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ GRAD_CINEMACAM = objNull;
GCamKill = true;

// let players be able to talk already
[player, true] call TFAR_fnc_forceSpectator;
if (isClass (configFile >> "CfgPatches" >> "task_force_radio")) then {
[player, true] call TFAR_fnc_forceSpectator;
};
if (isClass (configFile >> "CfgPatches" >> "acre_main")) then {
[true] call acre_api_fnc_setSpectator;
};

0 comments on commit f2243e3

Please sign in to comment.