Skip to content

Commit

Permalink
Medical - Add ace_medical_enabled variable for future-proofing API (#…
Browse files Browse the repository at this point in the history
…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
LinkIsGrim and johnb432 authored Jun 11, 2024
1 parent a85074a commit 2bd1f39
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 2bd1f39

Please sign in to comment.