diff --git a/addons/medical/CfgVehicles.hpp b/addons/medical/CfgVehicles.hpp index a2964b8417..9861b1d3f6 100644 --- a/addons/medical/CfgVehicles.hpp +++ b/addons/medical/CfgVehicles.hpp @@ -121,7 +121,7 @@ class CfgVehicles { }; }; class ModuleDescription { - description = "Assigns the ACE medic class to a unit"; // Short description, will be formatted as structured text + description = "Assigns the ACE medic class to a unit"; sync[] = {}; }; }; @@ -151,7 +151,7 @@ class CfgVehicles { }; }; class ModuleDescription { - description = "Assigns the ACE medic class to a unit"; // Short description, will be formatted as structured text + description = "Assigns the ACE medic class to a unit"; sync[] = {}; }; }; diff --git a/addons/medical/functions/fnc_addToInjuredCollection.sqf b/addons/medical/functions/fnc_addToInjuredCollection.sqf index c74b67c3b4..68cff4c3f5 100644 --- a/addons/medical/functions/fnc_addToInjuredCollection.sqf +++ b/addons/medical/functions/fnc_addToInjuredCollection.sqf @@ -16,7 +16,7 @@ private "_unit"; _unit = _this select 0; -if ([_unit] call FUNC(hasMedicalEnabled) || true) then { +if ([_unit] call FUNC(hasMedicalEnabled)) then { if !(local _unit) exitwith{ [[_unit], QUOTE(DFUNC(addToInjuredCollection)), _unit] call EFUNC(common,execRemoteFnc); /* TODO Replace by event system */