Removed left overs

This commit is contained in:
Glowbal 2015-03-07 13:39:09 +01:00
parent 79b3df9815
commit 9590661cc5
2 changed files with 3 additions and 3 deletions

View File

@ -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[] = {};
};
};

View File

@ -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 */