replace function with FUNC macro

This commit is contained in:
commy2 2015-09-03 13:37:36 +02:00
parent 07ab7d1c35
commit 76bb2bd2b8

View File

@ -107,6 +107,5 @@ GVAR(hasWatch) = true;
if (isNull (_this select 0)) exitWith {
GVAR(hasWatch) = true;
};
GVAR(hasWatch) = "ItemWatch" in (_this select 1 select 17);
}] call ace_common_fnc_addEventhandler
}] call EFUNC(common,addEventHandler)