Skip to content

Commit

Permalink
Merge pull request #170 from gruppe-adler/add-cba-events
Browse files Browse the repository at this point in the history
Update fn_dynamicGroups.sqf
  • Loading branch information
nomisum authored Jul 29, 2020
2 parents 9b0c6c2 + 2be1b7e commit 97198a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/dynGroups/functions/fn_dynamicGroups.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ switch (_mode) do
{
["RegisterGroup: Group (%1) registered with leader (%2)", _group, _leader] call BIS_fnc_logFormat;
};

["GRAD_dynGroups_registerGroup", [_group, _name]] call CBA_fnc_globalEvent;
};
};

Expand Down

0 comments on commit 97198a3

Please sign in to comment.