From 9590661cc548f8be5495ee728fb074668c6d5271 Mon Sep 17 00:00:00 2001 From: Glowbal Date: Sat, 7 Mar 2015 13:39:09 +0100 Subject: [PATCH] Removed left overs --- addons/medical/CfgVehicles.hpp | 4 ++-- addons/medical/functions/fnc_addToInjuredCollection.sqf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 */