From a8d64859748a7b1dfd5df9a01ae7aab515145a90 Mon Sep 17 00:00:00 2001 From: Tyfon <29051038+tyfon7@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:50:00 -0700 Subject: [PATCH] quick move to container compat --- Patches/MultiSelectPatches.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Patches/MultiSelectPatches.cs b/Patches/MultiSelectPatches.cs index f07b9c5..280d13d 100644 --- a/Patches/MultiSelectPatches.cs +++ b/Patches/MultiSelectPatches.cs @@ -617,6 +617,7 @@ namespace UIFixes } [PatchPrefix] + [HarmonyPriority(Priority.Last)] // Run after QuickMoveToContainer, which makes assumptions based on the order field public static void Prefix(ref InteractionsHandlerClass.EMoveItemOrder order) { if (!MultiSelect.Active)