Items dragged out of slot freeze mid air on client #1360
Labels
Bug: Unconfirmed
Bugs that need to be confirmed by a another contributor.
Containers
Tasks specific to the containers/inventory system.
Difficulty: medium 🥼
For those that already have some understanding of the code base.
Summary
When dragging items out of an inventory slot a second time, it stays where it is, mid air.
Steps to Reproduce
Expected Behavior
Item should drop like the first time
Possible Solution
This might have to do with the fact that item transforms are client authoritative, and when the client becomes owner, the syncing between server and client doesn't work anymore. Server is supposed to handle items physics, and items on client side are supposed to stay kinematic, otherwise we might have some concurrency issues like we use to have.
The text was updated successfully, but these errors were encountered: