Please fix?
Picked up items not triggering CanStackItem
OnItemPickup overrides CanStack.
Merged post
Despite conditions in CanStackItem, items will still stack when you pick from ground.
Merged post
ItemA is set to return false from CanStackItem
itemA will still stack when you pick it up from the ground
Merged post
Despite conditions in CanStackItem, items will still stack when you pick from ground.
Merged post
ItemA is set to return false from CanStackItem
itemA will still stack when you pick it up from the ground
CanStackItem is likely hooked in an area in Rust that isn't called when you pick up items from the ground. There'd likely need to be another hook (or location) added for that.
Any work arounds for the moment? Or when can we expect a proper fix?