mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix #6935
This commit is contained in:
parent
c7e6549eb2
commit
8fe02a455f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user