removed pickup shortcut again (annoying with other addons and use is enough

This commit is contained in:
Manuel Simon Hirsig
2016-08-09 02:57:27 +02:00
parent 4ebff963e3
commit ab7d228afa
5 changed files with 5 additions and 24 deletions
+1 -1
View File
@@ -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