Skip to content

Commit

Permalink
Update CfgVehicles.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb432 committed Aug 4, 2024
1 parent 9f0ba6a commit 34be857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/medical_treatment/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CfgVehicles {
selection = "";
class GVAR(buryBodyBag) {
displayName = CSTRING(DigGrave);
condition = QUOTE(GETEGVAR(medical,enabled,false) && {[ARR_2(_this#1,_this#0)] call FUNC(canDigGrave)});
condition = QUOTE(missionNamespace getVariable [ARR_2(QQEGVAR(medical,enabled),false)] && {[ARR_2(_this#1,_this#0)] call FUNC(canDigGrave)});
statement = QUOTE(_this call FUNC(placeBodyBagInGrave));
icon = QPATHTOEF(medical_gui,ui\grave.paa);
};
Expand Down

0 comments on commit 34be857

Please sign in to comment.