Skip to content

Commit

Permalink
Update addons/markers/functions/fnc_addGestureColor.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Aug 10, 2024
1 parent eb9accf commit 789ba05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/markers/functions/fnc_addGestureColor.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (_object isEqualType grpNull && {groupId _object != ""}) then {
[toLower groupId _object, _colorArray, _colorArray] call ACEFUNC(map_gestures,addGroupColorMapping);
} else {
private _groupId = toLower groupId (group _object);
if (_groupId in ACEGVAR(map_gestures,GroupColorCfgMappingNew)) then {
if (_groupId != "" && {!(_groupId in ACEGVAR(map_gestures,GroupColorCfgMappingNew))}) then {
[_groupId, _colorArray, _colorArray] call ACEFUNC(map_gestures,addGroupColorMapping);
};
};

0 comments on commit 789ba05

Please sign in to comment.