~starkingdoms/starkingdoms

6f949473ea4886e5054dc2e360af440501a8a0b2 — core 4 days ago f0d9056
netcode: fix attachment(2) (i odiot)
1 files changed, 0 insertions(+), 1 deletions(-)

M crates/unified/src/server/player.rs
M crates/unified/src/server/player.rs => crates/unified/src/server/player.rs +0 -1
@@ 331,7 331,6 @@ fn dragging(
                };
                let joint_id = commands.spawn((fixed_joint, joint_damping)).id();

                let joint_id = Entity::PLACEHOLDER;
                // create the peering components
                commands.entity(source_jt_id).insert(Peer {
                    peer_joint_entity_id: target_jt_id,