From 929049f24c9d7eea6bbda27eb72d29f2f2559aea Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sat, 29 Mar 2025 21:19:37 +0700 Subject: [PATCH] =?UTF-8?q?YuRaNnNzZZ=20=E2=80=94=2021:17=20=D0=B4=D0=B0?= =?UTF-8?q?=D0=B1=D0=BB=D0=BA=D0=BB=D0=B8=D0=BA=20=D1=82=D0=B5=D0=BF=D0=B5?= =?UTF-8?q?=D1=80=D1=8C=20=D0=BD=D0=B5=20=D1=81=D0=BE=D0=B1=D0=B8=D1=80?= =?UTF-8?q?=D0=B0=D0=B5=D1=82=20=D0=B2=D1=81=D0=B5=20=D0=B8=D1=82=D0=B5?= =?UTF-8?q?=D0=BC=D1=8B=20=D0=B2=20=D1=8D=D0=BA=D0=B7=D0=BE=D0=BF=D0=B0?= =?UTF-8?q?=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/ru/dbotthepony/mc/otm/menu/Slots.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/menu/Slots.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/menu/Slots.kt index 64f4bc51e..b79fce98b 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/menu/Slots.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/menu/Slots.kt @@ -77,7 +77,7 @@ open class MatteryMenuSlot(container: Container, index: Int, x: Int = 0, y: Int } open fun canTakeItemForPickAll(): Boolean { - return (container.containerSlotOrNull(slotIndex) as? IFilteredContainerSlot)?.filter == null + return (container.containerSlotOrNull(slotIndex) as? IFilteredContainerSlot)?.filter?.allowAll != false } override fun getMaxStackSize(): Int {