Skip to content

items: only draw the removal effect when appropriate

bones_was_here requested to merge bones_was_here/removeitem into master

Sends an extra update that triggers the effect prior to removal. Currently only used for loot items when picked up or touching void.

Fixes #2849 (closed) without reverting to the old way of sending the effect in SVQC which caused every player to receive it even if they couldn't see the item, and without the expense of additional culling.

Merge request reports