bugfixing
This commit is contained in:
@@ -21,6 +21,9 @@ private _exclusionGroups = configProperties [_vehicleFlagsCfg >> "ExcludedVehicl
|
||||
// Check if the class doesn't have a flag proxy
|
||||
private _excludedClasses = _x call BIS_fnc_getCfgDataArray;
|
||||
if (_className in _excludedClasses) exitWith {true};
|
||||
{
|
||||
if (_className isKindOf _x) exitWith {true};
|
||||
} forEach _excludedClasses;
|
||||
} forEach _exclusionGroups;
|
||||
|
||||
false;
|
||||
|
||||
Reference in New Issue
Block a user