From d86865784bd84e8e5af043b31e76e2d2bdf80265 Mon Sep 17 00:00:00 2001 From: CWX Date: Sun, 26 Jan 2025 23:11:44 +0000 Subject: [PATCH] temp fix --- Libraries/Core/Controllers/HideoutController.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Libraries/Core/Controllers/HideoutController.cs b/Libraries/Core/Controllers/HideoutController.cs index f2f4f604..1e24fd4d 100644 --- a/Libraries/Core/Controllers/HideoutController.cs +++ b/Libraries/Core/Controllers/HideoutController.cs @@ -1272,6 +1272,12 @@ public class HideoutController( /// public ItemEventRouterResponse HideoutCustomizationSetMannequinPose(string sessionId, PmcData pmcData, HideoutCustomizationSetMannequinPoseRequest request) { + if (request.Poses is null) + { + _logger.Warning("this really shouldnt be possible, but a request has come in with a pose change without poses"); + return _eventOutputHolder.GetOutput(sessionId); + } + foreach (var poseKvP in request.Poses) { // Nullguard