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

Update vehicles.lua #548

Closed Faplas closed 4 months ago

Faplas commented 4 months ago

Changed line 24 and 30 with trunkWeight instead of maxWeight so it now works for those classes aswell

Description

The issues is that trunkWeight for Suv and Coupe classes is defined as maxWeight and therefore gets 2000Kg, so when changing it to trunkWeight that its looking for making it work and giving it the correct size and making it changeable again

Checklist