qbcore-framework / qb-inventory

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

[ENHANCEMENT] Better config for importing #405

Closed Z3rio closed 1 year ago

Z3rio commented 1 year ago

Description

Some scripts might want to import the config of qb-inventory to be able to read the max weight or such. Which is currently quite annoying to do since the config of qb-inventory would overwrite the Config value. With this change you can import qb-inventory´s config via @qb-inventory/config.lua without it overwriting the Config value for the local resource.

Checklist