mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix isFeatureCameraActive (#5291)
This commit is contained in:
parent
ba05b74fd2
commit
ffe31d9759
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user