-
-
Notifications
You must be signed in to change notification settings - Fork 151
Items dragged out of slot freeze mid air on client #1360
Copy link
Copy link
Closed
Labels
Bug: UnconfirmedBugs that need to be confirmed by a another contributor.Bugs that need to be confirmed by a another contributor.ContainersTasks specific to the containers/inventory system.Tasks specific to the containers/inventory system.Difficulty: medium 🥼For those that already have some understanding of the code base.For those that already have some understanding of the code base.
Metadata
Metadata
Assignees
Labels
Bug: UnconfirmedBugs that need to be confirmed by a another contributor.Bugs that need to be confirmed by a another contributor.ContainersTasks specific to the containers/inventory system.Tasks specific to the containers/inventory system.Difficulty: medium 🥼For those that already have some understanding of the code base.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.