Skip to content

Commit

Permalink
true -> 1
Browse files Browse the repository at this point in the history
Co-authored-by: johnb432 <[email protected]>
  • Loading branch information
LinkIsGrim and johnb432 authored Nov 2, 2024
1 parent 134aa54 commit 9dba37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/medical_damage/initSettings.inc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
[LSTRING(useLimbDamage_DisplayName), LSTRING(useLimbDamage_Description)],
ELSTRING(medical,Category),
[[0, 1, 2], [ELSTRING(common,Never), ELSTRING(common,aiOnly), ELSTRING(common,playersAndAI)], 0],
true
1
] call CBA_fnc_addSetting;

[
Expand All @@ -40,7 +40,7 @@
[LSTRING(limbDamageThreshold_DisplayName), LSTRING(limbDamageThreshold_Description)],
ELSTRING(medical,Category),
[0, 25, 5, 2],
true
1
] call CBA_fnc_addSetting;

[
Expand Down

0 comments on commit 9dba37f

Please sign in to comment.