Skip to content

Commit

Permalink
Overpressure - fix default setting for distanceCoefficient (#8634)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Oct 28, 2021
1 parent c09de9a commit 06336b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/overpressure/initSettings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
QGVAR(distanceCoefficient), "SLIDER",
[LSTRING(distanceCoefficient_displayName), LSTRING(distanceCoefficient_toolTip)],
"ACE Uncategorized",
[-1, 10, 5, 1],
[-1, 10, 1, 1],
1
] call CBA_fnc_addSetting;

0 comments on commit 06336b8

Please sign in to comment.