mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
a85074a797
commit
2bd1f39de7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user