diff --git a/project/src/controllers/ProfileController.ts b/project/src/controllers/ProfileController.ts index d04a6054..1c7d78e9 100644 --- a/project/src/controllers/ProfileController.ts +++ b/project/src/controllers/ProfileController.ts @@ -427,8 +427,7 @@ export class ProfileController { }, skills: playerPmc.Skills, equipment: { - // Default inventory tpl - Id: playerPmc.Inventory.items.find((item) => item._tpl === ItemTpl.INVENTORY_DEFAULT)._id, + Id: playerPmc.Inventory.equipment, Items: playerPmc.Inventory.items, }, achievements: playerPmc.Achievements,