Hi,

I'm currently working on a plugin https://codefling.com/plugins/glitched-item-retriever and noticed one strange behavior:

If I drag'n'drop an item (or a stack) out of my belt, my inventory, a wear slot or if i die and drop the active/held item or my worn backback, the dropped item has my baseplayers UID in its "droppedBy" property.

But when I use the hotkeys for "drop item (single)" or "drop item (stack)", the created droppedItem (= worldItem = baseEntity) has no valid "droppedBy". So dropping from the belt CALLS the hook "OnItemDropped" but it does not set the "droppedBy" property.

Is this a problem with oxide maybe? I also report this to facepunch.

Thanks a lot