mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #6936 from alganthe/fixArsenalNVGBlacklist
[ACE Arsenal] Fix NVGs not being subject to blacklisting in loadouts
This commit is contained in:
commit
17f4af37fa
@ -211,7 +211,7 @@ for "_dataIndex" from 0 to 9 do {
|
|||||||
};
|
};
|
||||||
|
|
||||||
case 9: {
|
case 9: {
|
||||||
for "_subIndex" from 0 to 4 do {
|
for "_subIndex" from 0 to 5 do {
|
||||||
private _item = (_loadout select _dataIndex) select _subIndex;
|
private _item = (_loadout select _dataIndex) select _subIndex;
|
||||||
|
|
||||||
if (_item != "") then {
|
if (_item != "") then {
|
||||||
|
Loading…
Reference in New Issue
Block a user