mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-13 17:28:52 -04:00
parent
1190dbb809
commit
170ce28ebe
@ -335,7 +335,7 @@ object InventoryUtils {
|
||||
inventoryAt(sourcePos) match {
|
||||
case Some(sourceInventory) =>
|
||||
inventoryAt(sinkPos) match {
|
||||
case Some(sinkInventory) => () => transferBetweenInventories(sourceInventory, sourceSide, sinkInventory, sinkSide, limit)
|
||||
case Some(sinkInventory) => () => transferBetweenInventoriesSlots(sourceInventory, sourceSide, sourceSlot, sinkInventory, sinkSide, sinkSlot, limit)
|
||||
case _ => null
|
||||
}
|
||||
case _ => null
|
||||
|
Loading…
x
Reference in New Issue
Block a user