From 9a122fdd038a51d9a348e144f3b621c49a0097de Mon Sep 17 00:00:00 2001 From: ghostlyzsh Date: Sun, 7 Apr 2024 23:18:16 -0500 Subject: [PATCH] landing thruster attachment fix --- server/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main.rs b/server/src/main.rs index cdee43629e3e903b88ceb1c7d9ce9ac3c0688c3a..e288effb48c1b78372272e5a84dbdc5740af8e0c 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -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,