Skip to content

Commit

Permalink
ace_tagCreated EH not fire x (acemod#9025)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin authored and BrettMayson committed Oct 10, 2022
1 parent defea5e commit 5a7a9cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/tagging/functions/fnc_createTag.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if (_isVehicleTag) exitWith {
TRACE_3("tagging vehicle",_object,typeOf _object,_texture);
_object setObjectTextureGlobal [getText (configOf _object >> "selectionClan"), _texture];
// if (_material != "") then { _object setObjectMaterialGlobal ["clan", _material] }; // ??
["ace_tagCreated", [objNull, _texture, _object, _unit]] call CBA_fnc_globalEvent;
};

private _tag = createSimpleObject [_tagModel, _tagPosASL];
Expand Down

0 comments on commit 5a7a9cd

Please sign in to comment.