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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-01-21 18:42:15 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2025-01-21 18:42:15 +1100
commit034b6cb93f0b39aefceee69c81b911fe1bac3d27 (patch)
treed3948f95ab9d5afdfa9bd069b4b52467743752db
parent78de9161e259d78a5dc1cebe4c3227cb609958e1 (diff)
Update 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 {