Skip to content

Commit

Permalink
Merge branch '3.10.2-dev' of https://github.com/sp-tarkov/server into…
Browse files Browse the repository at this point in the history
… 3.10.2-dev
  • Loading branch information
Chomp committed Dec 3, 2024
2 parents 5134c9d + 633b11d commit 97edac5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/src/controllers/ProfileController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 97edac5

Please sign in to comment.