0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 02:50:44 -05:00

Make customization in the hideout persistent (#1100)

This commit is contained in:
Chomp 2025-01-29 17:37:37 +00:00 committed by GitHub
commit 610d486c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1422,7 +1422,7 @@ export class HideoutController {
return output; return output;
} }
pmcData.Hideout.Customization[this.getHideoutCustomisationType(itemDetails.type)]; pmcData.Hideout.Customization[this.getHideoutCustomisationType(itemDetails.type)] = itemDetails.itemId;
return output; return output;
} }