YuRaNnNzZZ — 21:17
даблклик теперь не собирает все итемы в экзопаке
This commit is contained in:
parent
20c58c578d
commit
929049f24c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user