From 76bcd9b5a89eb91611c5c2b17476791dbd80299d Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Thu, 17 May 2018 16:47:00 -0500 Subject: [PATCH] remove semi-colon causing script error on preStart --- addons/help/XEH_preStart.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/help/XEH_preStart.sqf b/addons/help/XEH_preStart.sqf index 97f9a3eb9..e307f1748 100644 --- a/addons/help/XEH_preStart.sqf +++ b/addons/help/XEH_preStart.sqf @@ -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") ]; };