Skip to content

Commit

Permalink
Removed ACEX vewing distance
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Nov 13, 2021
1 parent 8bcba64 commit c652881
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -505,12 +505,12 @@ force force acex_headless_transferLoadout = 1;
force force acex_sitting_enable = true;

// ACEX View Restriction
force force acex_viewrestriction_mode = 0;
force force acex_viewrestriction_modeSelectiveAir = 0;
force force acex_viewrestriction_modeSelectiveFoot = 0;
force force acex_viewrestriction_modeSelectiveLand = 0;
force force acex_viewrestriction_modeSelectiveSea = 0;
force force acex_viewrestriction_preserveView = false;
// force force acex_viewrestriction_mode = 0;
// force force acex_viewrestriction_modeSelectiveAir = 0;
// force force acex_viewrestriction_modeSelectiveFoot = 0;
// force force acex_viewrestriction_modeSelectiveLand = 0;
// force force acex_viewrestriction_modeSelectiveSea = 0;
// force force acex_viewrestriction_preserveView = false;

// ACEX Volume
//acex_volume_enabled = false;
Expand Down

0 comments on commit c652881

Please sign in to comment.