Skip to content

Commit

Permalink
Medical - Add ace_medical_enabled variable for future-proofing API (a…
Browse files Browse the repository at this point in the history
…cemod#9996)

* add ace_medical_enabled setting

* Update addons/medical_engine/XEH_preInit.sqf

Co-authored-by: johnb432 <[email protected]>

---------

Co-authored-by: johnb432 <[email protected]>
  • Loading branch information
2 people authored and blake8090 committed Aug 18, 2024
1 parent f544b8d commit 5639880
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/medical_engine/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,7 @@ addMissionEventHandler ["Loaded", {

[] call FUNC(disableThirdParty);

// Future-proofing
EGVAR(medical,enabled) = true; // TODO: remove when medical enable setting is implemented

ADDON = true;

0 comments on commit 5639880

Please sign in to comment.