I replace for this code
function Player:onMoveItem(item, count, fromPosition, toPosition, fromCylinder, toCylinder)
if toPosition.x ~= CONTAINER_POSITION then
return true
end
if item:getTopParent() == self and bit.band(toPosition.y, 0x40) == 0 then
local itemType...