~starkingdoms/starkingdoms

9a122fdd038a51d9a348e144f3b621c49a0097de — ghostlyzsh 1 year, 8 months ago 19e081d
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,