Skip to content

v2.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 10:26
· 1329 commits to main since this release

A minor tweak during inventory creation to reduce some duplicate properties on the inventory (inventory.id / inventory.dbId) lead to two issues.

  • Inventory.Load explicitly used dbId for all inventories, leading to trunks and gloveboxes not loading in data
  • Save functions require the inventory.changed property to be true; this property is only updated when it is not nil

Bug Fixes

  • server/inventory: set changed property on vehicles (Linden)