qbcore-framework / qb-inventory

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

:bug: Fixes GetTrunkSize export #496

Closed snalye closed 4 months ago

snalye commented 5 months ago

Description

Fixes the GetTrunkSize export. Previously would try to gather a table from the trunk weight and slots, but that's not how it's configured in the config.

[0] = { -- Compacts
        slots = 30,
        maxWeight = 38000
    },

Checklist