diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-21 18:42:15 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-21 18:42:15 +1100 |
commit | 034b6cb93f0b39aefceee69c81b911fe1bac3d27 (patch) | |
tree | d3948f95ab9d5afdfa9bd069b4b52467743752db | |
parent | 78de9161e259d78a5dc1cebe4c3227cb609958e1 (diff) |
Update StarArmorWearer.cpp
-rw-r--r-- | source/game/StarArmorWearer.cpp | 2 |
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 { |