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:
commit
610d486c58
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user