Medical - Add ace_medical_enabled variable for future-proofing API (#9996)

* add ace_medical_enabled setting

* Update addons/medical_engine/XEH_preInit.sqf

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>

---------

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
Grim 2024-06-11 11:46:14 -03:00 committed by GitHub
parent a85074a797
commit 2bd1f39de7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,4 +86,7 @@ addMissionEventHandler ["Loaded", {
[] call FUNC(disableThirdParty); [] call FUNC(disableThirdParty);
// Future-proofing
EGVAR(medical,enabled) = true; // TODO: remove when medical enable setting is implemented
ADDON = true; ADDON = true;