From 14dd7c7ad2c0240c69c80b79e966658d7a5189ae Mon Sep 17 00:00:00 2001 From: Tyfon <29051038+tyfon7@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:23:28 -0700 Subject: [PATCH] Fix IgnoreItemParent left true --- Patches/MultiSelectPatches.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patches/MultiSelectPatches.cs b/Patches/MultiSelectPatches.cs index 174b699..92ccbe7 100644 --- a/Patches/MultiSelectPatches.cs +++ b/Patches/MultiSelectPatches.cs @@ -273,7 +273,7 @@ public static class MultiSelectPatches } DisableMerge = false; - IgnoreItemParent = true; + IgnoreItemParent = false; if (succeeded) {