mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed left overs
This commit is contained in:
parent
79b3df9815
commit
9590661cc5
@ -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[] = {};
|
||||
};
|
||||
};
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user