mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Fixed replaceIDs
replacing hideoutCustomizationStashId
IDs
This commit is contained in:
parent
d32638cd7d
commit
a812f30cc0
@ -846,6 +846,7 @@ export class ItemHelper {
|
||||
item._id === pmcData.Inventory.questStashItems ||
|
||||
item._id === pmcData.Inventory.sortingTable ||
|
||||
item._id === pmcData.Inventory.stash ||
|
||||
item._id === pmcData.Inventory.hideoutCustomizationStashId ||
|
||||
hideoutAreaStashes?.includes(item._id)
|
||||
) {
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user