Previously setting pickup.Rigidbody.isKinematic to true allowed to disable physics for pickups. Now it only disables physics on the server, but on clients pickups seem to retain physics.
I was using isKinematic extensively on my server and this change makes a lot of my plugins look extremely bugged, so I'm looking for an alternative, if anyone knows a way to make it work I would appreciate it.