diff --git a/addons/modChecker/modConfig.hpp b/addons/modChecker/modConfig.hpp index 5b93dc3..5ea169d 100644 --- a/addons/modChecker/modConfig.hpp +++ b/addons/modChecker/modConfig.hpp @@ -20,9 +20,9 @@ if (isClass(configFile >> "CfgPatches" >> "Exile_Client")) then modCheckExile = "Exile Mod is found!
"; } else { // Change "Exile Mod is" to your mod string - modCheckExile = "Exile Mod is NOT FOUND!
"; + modCheckExile = "Exile Mod is NOT FOUND!
"; // Set 99 to Required, Set 1 to optional - errorLevel = errorLevel + 99 + errorLevel = errorLevel + 99 }; ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////