YuRaNnNzZZ — 21:17

даблклик теперь не собирает все итемы
в экзопаке
This commit is contained in:
DBotThePony 2025-03-29 21:19:37 +07:00
parent 20c58c578d
commit 929049f24c
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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 {