Terasology / Rails

Base rail module for minecarts and such
10 stars 17 forks source link

Player can move through carts in multiplayer #47

Open mayant15 opened 5 years ago

mayant15 commented 5 years ago

Happens only if two conditions are satisfied:

CartRidableAction removes two sets from the RigidBodyComponent when mounting while CartMotionSystem only adds one when detached from rails. Maybe look into that.

go_through