Merge pull request #6936 from alganthe/fixArsenalNVGBlacklist

[ACE Arsenal] Fix NVGs not being subject to blacklisting in loadouts
This commit is contained in:
Josuan Albin 2019-04-12 17:29:34 +02:00 committed by GitHub
commit 17f4af37fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,7 @@ for "_dataIndex" from 0 to 9 do {
};
case 9: {
for "_subIndex" from 0 to 4 do {
for "_subIndex" from 0 to 5 do {
private _item = (_loadout select _dataIndex) select _subIndex;
if (_item != "") then {