mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed typo that slipped into the code
This commit is contained in:
@ -36,7 +36,7 @@ for "_n" from 0 to (_numCfgs - 1) do {
|
|||||||
if !(isClass (configFile >> "CfgPatches" >> _x)) exitWith {
|
if !(isClass (configFile >> "CfgPatches" >> _x)) exitWith {
|
||||||
_removeAddons pushBack (configName _cfg);
|
_removeAddons pushBack (configName _cfg);
|
||||||
};
|
};
|
||||||
} forEach _requierdAddon;
|
} forEach _requiredAddon;
|
||||||
};
|
};
|
||||||
|
|
||||||
if (isText _cfg) then {
|
if (isText _cfg) then {
|
||||||
|
Reference in New Issue
Block a user