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:
parent
1b7f7534da
commit
1b488a17b5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user