Skip to content

Commit

Permalink
Merge branch 'master' into release-3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Jul 1, 2021
2 parents 7fc4f34 + 231fff8 commit ed42b58
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion addons/common/Cfg3DEN.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ class Cfg3DEN {
class Init {
class Attributes {
class Callsign {
expression = "[_this, _value] call CBA_fnc_setCallsign";
expression = "\
if (isNil 'CBA_fnc_setCallsign') then {\
_this setGroupID [_value];\
} else {\
[_this, _value] call CBA_fnc_setCallsign;\
};\
";
};
};
};
Expand Down

0 comments on commit ed42b58

Please sign in to comment.