qbcore-framework / qb-inventory

Slot Based Inventory System Used With QB-Core :school_satchel:
GNU General Public License v3.0
53 stars 381 forks source link

fix(drops): prevent drop deletion if first slot is nil due to empty indexes #572

Closed Qwerty1Verified closed 2 months ago

Qwerty1Verified commented 2 months ago

Description

This PR changes the items table for drops to overwrite the length operator meaning the table length will be checked appropriately if the index is unordered. This fixes drops being deleted if an item space isn't filled in order.

Checklist