mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed missing handleDamage EH #235
This commit is contained in:
parent
53e7fe1ba5
commit
95489ed627
@ -3,8 +3,8 @@
|
||||
private ["_unit"];
|
||||
_unit = _this select 0;
|
||||
|
||||
if !(local _unit) exitWith {};
|
||||
|
||||
_unit addEventHandler ["HandleDamage", {_this call FUNC(handleDamage)}];
|
||||
|
||||
[_unit] call FUNC(init);
|
||||
if (local _unit) then {
|
||||
[_unit] call FUNC(init);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user