Skip to content

Commit

Permalink
Merge pull request #927 from CBATeam/fixCreditPreStart
Browse files Browse the repository at this point in the history
remove semi-colon causing script error on preStart
  • Loading branch information
PabstMirror committed May 17, 2018
2 parents d583d2e + 76bcd9b commit 3c45a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/help/XEH_preStart.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ if (!isClass (configFile >> "CfgPatches" >> "CBA_DisableCredits")) then {
"isText (_x >> 'author') &&
{getText (_x >> 'author') != localize 'STR_A3_Bohemia_Interactive'} &&
{getText (_x >> 'author') != ''}
" configClasses (configFile >> "CfgPatches");
" configClasses (configFile >> "CfgPatches")
];
};

0 comments on commit 3c45a06

Please sign in to comment.