Skip to content

Commit

Permalink
Fix isFeatureCameraActive (#5291)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and jonpas committed Jun 21, 2017
1 parent ba05b74 commit ffe31d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_isFeatureCameraActive.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

!(
isNull curatorCamera && // Curator
{GETMVAR(EGVAR(spectator,isSet),false)} && // ACE Spectator
{!(GETMVAR(EGVAR(spectator,isSet),false))} && // ACE Spectator
{isNull (GETUVAR(BIS_fnc_arsenal_cam, objNull))} && // Arsenal camera
{isNull (GETMVAR(BIS_fnc_establishingShot_fakeUAV, objNull))} && // Establishing shot camera
{isNull (GETMVAR(BIS_fnc_camera_cam, objNull))} && // Splendid camera
Expand Down

0 comments on commit ffe31d9

Please sign in to comment.