Skip to content

Commit

Permalink
fix zeus forced interface broken, fix #2642
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Sep 29, 2015
1 parent e375dbe commit 1ec4556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/optics/XEH_postInit.sqf
Expand Up @@ -7,7 +7,7 @@ GVAR(camera) = objNull;

0 = 0 spawn {
waituntil {!isNull ACE_player};
waituntil {sleep 1; {_x != GVAR(camera)} count allMissionObjects "camera" == 0};
waituntil {sleep 1; {_x != GVAR(camera)} count allMissionObjects "camera" == 0 && {isNull curatorCamera}};

GVAR(camera) cameraEffect ["TERMINATE", "BACK"];
camDestroy GVAR(camera);
Expand Down

0 comments on commit 1ec4556

Please sign in to comment.