Skip to content

Commit

Permalink
Fix missing setting category (#10470)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkIsGrim authored Nov 2, 2024
1 parent 7376307 commit 142389d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/medical_treatment/initSettings.inc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
QGVAR(locationSplint),
"LIST",
[LSTRING(LocationSplint_DisplayName), LSTRING(LocationSplint_Description)],
LSTRING(Category),
[[0, 1, 2, 3, 4], [ELSTRING(common,Anywhere), ELSTRING(common,Vehicle), LSTRING(MedicalFacilities), LSTRING(VehiclesAndFacilities), ELSTRING(common,Disabled)], 0],
true
] call CBA_fnc_addSetting;
Expand Down

0 comments on commit 142389d

Please sign in to comment.