Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BaerMitUmlaut committed Nov 4, 2024
1 parent 123ed1e commit 0eb6881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/framework/hearing-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CfgWeapons {
class MyHelmet {
ace_hearing_protection = 0.80; // Protection against deafening (0 to 1, higher means more protection)
ace_hearing_lowerVolume = 0.60; // Muffling of the sound (0 to 1, higher means more muffling)
ace_hearing_hasEHP = 0.60; // Is electronic hearing protection (0 to disable, 1 to enable)
ace_hearing_hasEHP = 1; // Is electronic hearing protection (0 to disable, 1 to enable)
};
};
```
Expand Down

0 comments on commit 0eb6881

Please sign in to comment.