mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
Fix property name
This commit is contained in:
parent
ea0195b36b
commit
db098a390f
1 changed files with 1 additions and 1 deletions
|
@ -897,7 +897,7 @@ function generatePose() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isZero(rightLeg)) {
|
if (!isZero(rightLeg)) {
|
||||||
pose.RightLeft = toNBTFloatArray(rightLeg);
|
pose.RightLeg = toNBTFloatArray(rightLeg);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (showArms) {
|
if (showArms) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue