Skip to content

Commit

Permalink
delete obsolete line (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
shukari authored and commy2 committed Jun 5, 2018
1 parent 6623d13 commit f887136
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/help/fnc_setCreditsLine.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ if !(ctrlText _control isEqualTo "") exitWith {};

if (CBA_DisableCredits) exitWith {};

// find addon with author
private _config = configFile >> "CfgPatches";
// find random addon with author
private _entry = selectRandom (uiNamespace getVariable [QGVAR(creditsCache), []]);

if (isNil "_entry") exitWith {};
Expand Down

0 comments on commit f887136

Please sign in to comment.