mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Added nullguard to hideoutCustomizationSetMannequinPose
This commit is contained in:
parent
aae4f50848
commit
f07ba3fec4
@ -1441,6 +1441,7 @@ export class HideoutController {
|
||||
): IItemEventRouterResponse {
|
||||
pmcData.Hideout.MannequinPoses ||= {};
|
||||
for (const [key, value] of Object.entries(request.poses)) {
|
||||
pmcData.Hideout.MannequinPoses ||= {};
|
||||
pmcData.Hideout.MannequinPoses[key] = value;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user