Fixed typo that slipped into the code

This commit is contained in:
Michael Braun 2015-08-05 08:36:01 +02:00
parent 1b7f7534da
commit 1b488a17b5

View File

@ -36,7 +36,7 @@ for "_n" from 0 to (_numCfgs - 1) do {
if !(isClass (configFile >> "CfgPatches" >> _x)) exitWith {
_removeAddons pushBack (configName _cfg);
};
} forEach _requierdAddon;
} forEach _requiredAddon;
};
if (isText _cfg) then {