landing thruster attachment fix
1 files changed, 1 insertions(+), 1 deletions(-) M server/src/main.rs
M server/src/main.rs => server/src/main.rs +1 -1
@@ 1172,7 1172,7 @@ fn attach_on_module_tree( for this in attach.clone().children.iter().flatten() { let module = part_query.get(select).unwrap(); let part_type = *module.1; ret |= if part_type != PartType::LandingThruster { ret |= if part_type != PartType::LandingThrusterSuspension { attach_on_module_tree( x, y,