mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
replace function with FUNC macro
This commit is contained in:
parent
07ab7d1c35
commit
76bb2bd2b8
@ -107,6 +107,5 @@ GVAR(hasWatch) = true;
|
|||||||
if (isNull (_this select 0)) exitWith {
|
if (isNull (_this select 0)) exitWith {
|
||||||
GVAR(hasWatch) = true;
|
GVAR(hasWatch) = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
GVAR(hasWatch) = "ItemWatch" in (_this select 1 select 17);
|
GVAR(hasWatch) = "ItemWatch" in (_this select 1 select 17);
|
||||||
}] call ace_common_fnc_addEventhandler
|
}] call EFUNC(common,addEventHandler)
|
||||||
|
Loading…
Reference in New Issue
Block a user