RE-SS3D / SS3D

Space Station 3D, another remake of SS13, but with an extra D.
https://ss3d.space/
252 stars 139 forks source link

Items dragged out of slot freeze mid air on client #1360

Open stilnat opened 9 months ago

stilnat commented 9 months ago

Summary

When dragging items out of an inventory slot a second time, it stays where it is, mid air.

image

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.