From fab4664b73518281361002c15b0ed046e4ab1db0 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Wed, 3 Mar 2021 15:50:08 -0600 Subject: [PATCH] Update XEH_preInit.sqf (#8143) --- addons/medical_status/XEH_preInit.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/medical_status/XEH_preInit.sqf b/addons/medical_status/XEH_preInit.sqf index c3e97b8ed1..89386bf4fa 100644 --- a/addons/medical_status/XEH_preInit.sqf +++ b/addons/medical_status/XEH_preInit.sqf @@ -25,7 +25,7 @@ PREP_RECOMPILE_END; addMissionEventHandler ["EntityKilled", {_this call FUNC(handleKilledMission)}]; -if (hasInterface) { +if (hasInterface) then { //Add Inventory action to uncon units ["CAManBase", "init", { params ["_unit"];