removed pickup shortcut again (annoying with other addons and use is enough
This commit is contained in:
@@ -61,7 +61,7 @@ function private.move_item(from_slot, to_slot, amount, k)
|
||||
|
||||
ClearCursor()
|
||||
SplitContainerItem(from_slot[1], from_slot[2], amount)
|
||||
aux.orig.PickupContainerItem(unpack(to_slot))
|
||||
PickupContainerItem(unpack(to_slot))
|
||||
|
||||
return aux.control.when(function() return m.stack_size(to_slot) == expected_size end, k)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user