Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarArmorWearer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarArmorWearer.cpp')
-rw-r--r--source/game/StarArmorWearer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarArmorWearer.cpp b/source/game/StarArmorWearer.cpp
index f4dba55..0cbb272 100644
--- a/source/game/StarArmorWearer.cpp
+++ b/source/game/StarArmorWearer.cpp
@@ -85,7 +85,7 @@ void ArmorWearer::setupHumanoidClothingDrawables(Humanoid& humanoid, bool forceN
if (legsNeedsSync) {
humanoid.setLegsArmorFrameset(legsArmor->frameset(humanoid.identity().gender));
humanoid.setLegsArmorDirectives(legsArmor->directives());
- addHumanoidConfig(*chestArmor);
+ addHumanoidConfig(*legsArmor);
}
bodyHidden = bodyHidden || legsArmor->hideBody();
} else {