Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Added suggestions by Seb.

Co-authored-by: Seb <65898127+Seb105@users.noreply.github.com>
  • Loading branch information
JamesTheClarke and Seb105 committed Dec 27, 2021
1 parent 34b8b00 commit 228d9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cba_settings_userconfig/cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ force force ace_fire_enableFlare = false;
force force ace_fire_enableScreams = true;

// ACE Fortify
force force ace_fortify_markObjectsOnMap = 1;
force ace_fortify_markObjectsOnMap = 1;
force force ace_fortify_timeCostCoefficient = 1;
force force ace_fortify_timeMin = 1.5;
acex_fortify_settingHint = 1;
Expand Down Expand Up @@ -151,7 +151,7 @@ force force ace_hearing_unconsciousnessVolume = 0.4;

// ACE Interaction
force force ace_interaction_disableNegativeRating = true;
force force ace_interaction_enableGroupRenaming = false;
force ace_interaction_enableGroupRenaming = true;
force force ace_interaction_enableMagazinePassing = true;
force force ace_interaction_enableTeamManagement = true;
force force ace_interaction_enableWeaponAttachments = true;
Expand Down

0 comments on commit 228d9de

Please sign in to comment.